windows::Win32::System::Search

Trait IRowsetFastLoad_Impl

pub trait IRowsetFastLoad_Impl: IUnknownImpl {
    // Required methods
    fn InsertRow(&self, haccessor: HACCESSOR, pdata: *mut c_void) -> Result<()>;
    fn Commit(&self, fdone: BOOL) -> Result<()>;
}

Required Methods§

fn InsertRow(&self, haccessor: HACCESSOR, pdata: *mut c_void) -> Result<()>

fn Commit(&self, fdone: BOOL) -> 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§