pub trait IWindowsUpdateAgentInfo_Impl: Sized + IDispatch_Impl {
    // Required method
    fn GetInfo(&self, varinfoidentifier: &VARIANT) -> Result<VARIANT>;
}

Required Methods§

fn GetInfo(&self, varinfoidentifier: &VARIANT) -> Result<VARIANT>

Object Safety§

This trait is not object safe.

Implementors§