pub trait ISCPSecureAuthenticate2_Impl: Sized + ISCPSecureAuthenticate_Impl {
    // Required method
    fn GetSCPSession(&self) -> Result<ISCPSession>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§