Trait ISyncMgrSessionCreator_Impl
pub trait ISyncMgrSessionCreator_Impl: IUnknownImpl {
    // Required method
    fn CreateSession(
        &self,
        pszhandlerid: &PCWSTR,
        ppszitemids: *const PCWSTR,
        citems: u32,
    ) -> Result<ISyncMgrSyncCallback>;
}Required Methods§
fn CreateSession( &self, pszhandlerid: &PCWSTR, ppszitemids: *const PCWSTR, citems: u32, ) -> Result<ISyncMgrSyncCallback>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.