pub trait IUnsecuredApartment_Impl: Sized {
    // Required method
    fn CreateObjectStub(&self, pobject: Option<&IUnknown>) -> Result<IUnknown>;
}

Required Methods§

fn CreateObjectStub(&self, pobject: Option<&IUnknown>) -> Result<IUnknown>

Object Safety§

This trait is not object safe.

Implementors§