pub trait IProtocolActivatedEventArgs_Impl: Sized + IActivatedEventArgs_Impl {
    // Required method
    fn Uri(&self) -> Result<Uri>;
}

Required Methods§

fn Uri(&self) -> Result<Uri>

Object Safety§

This trait is not object safe.

Implementors§