Trait windows::Win32::System::Search::ICommandPrepare_Impl

pub trait ICommandPrepare_Impl: Sized {
    // Required methods
    fn Prepare(&self, cexpectedruns: u32) -> Result<()>;
    fn Unprepare(&self) -> Result<()>;
}

Required Methods§

fn Prepare(&self, cexpectedruns: u32) -> Result<()>

fn Unprepare(&self) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§