pub trait IWTSProtocolListenerCallback_Impl: Sized {
    // Required method
    fn OnConnected(
        &self,
        pconnection: Option<&IWTSProtocolConnection>,
    ) -> Result<IWTSProtocolConnectionCallback>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§