Trait windows::Win32::System::Search::IProvideMoniker_Impl

pub trait IProvideMoniker_Impl: Sized {
    // Required method
    fn GetMoniker(&self) -> Result<IMoniker>;
}

Required Methods§

fn GetMoniker(&self) -> Result<IMoniker>

Object Safety§

This trait is not object safe.

Implementors§