Trait IDStorageStatusArray_Impl

Source
pub trait IDStorageStatusArray_Impl: IUnknownImpl {
    // Required methods
    fn IsComplete(&self, index: u32) -> bool;
    fn GetHResult(&self, index: u32) -> Result<()>;
}

Required Methods§

Source

fn IsComplete(&self, index: u32) -> bool

Source

fn GetHResult(&self, index: u32) -> 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.

Implementors§