Trait IHostAssemblyManager_Impl
pub trait IHostAssemblyManager_Impl: IUnknownImpl {
// Required methods
fn GetNonHostStoreAssemblies(&self) -> Result<ICLRAssemblyReferenceList>;
fn GetAssemblyStore(&self) -> Result<IHostAssemblyStore>;
}
Required Methods§
fn GetNonHostStoreAssemblies(&self) -> Result<ICLRAssemblyReferenceList>
fn GetAssemblyStore(&self) -> Result<IHostAssemblyStore>
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.