pub trait IWindowsDriverUpdate3_Impl: Sized + IWindowsDriverUpdate2_Impl {
    // Required method
    fn BrowseOnly(&self) -> Result<VARIANT_BOOL>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§