Trait IIsoImageManager_Impl
pub trait IIsoImageManager_Impl: IDispatch_Impl {
// Required methods
fn Path(&self) -> Result<BSTR>;
fn Stream(&self) -> Result<IStream>;
fn SetPath(&self, val: &BSTR) -> Result<()>;
fn SetStream(&self, data: Ref<'_, IStream>) -> Result<()>;
fn Validate(&self) -> Result<()>;
}
Required Methods§
fn Path(&self) -> Result<BSTR>
fn Stream(&self) -> Result<IStream>
fn SetPath(&self, val: &BSTR) -> Result<()>
fn SetStream(&self, data: Ref<'_, IStream>) -> Result<()>
fn Validate(&self) -> Result<()>
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.