pub trait IWMGetSecureChannel_Impl: Sized {
    // Required method
    fn GetPeerSecureChannelInterface(&self) -> Result<IWMSecureChannel>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§