pub trait IManagedActivationEvents_Impl: Sized {
    // Required methods
    fn CreateManagedStub(
        &self,
        pinfo: Option<&IManagedObjectInfo>,
        fdist: BOOL
    ) -> Result<()>;
    fn DestroyManagedStub(
        &self,
        pinfo: Option<&IManagedObjectInfo>
    ) -> Result<()>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§