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

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§