pub trait IFolderViewOC_Impl: Sized + IDispatch_Impl {
    // Required method
    fn SetFolderView(&self, pdisp: Option<&IDispatch>) -> Result<()>;
}

Required Methods§

fn SetFolderView(&self, pdisp: Option<&IDispatch>) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§