windows::Win32::System::Search

Trait IColumnMapperCreator_Impl

pub trait IColumnMapperCreator_Impl: IUnknownImpl {
    // Required method
    fn GetColumnMapper(
        &self,
        wcsmachinename: &PCWSTR,
        wcscatalogname: &PCWSTR,
    ) -> Result<IColumnMapper>;
}

Required Methods§

fn GetColumnMapper( &self, wcsmachinename: &PCWSTR, wcscatalogname: &PCWSTR, ) -> Result<IColumnMapper>

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§