pub trait IVssProviderNotifications_Impl: Sized {
    // Required methods
    fn OnLoad(&self, pcallback: Option<&IUnknown>) -> Result<()>;
    fn OnUnload(&self, bforceunload: BOOL) -> Result<()>;
}

Required Methods§

fn OnLoad(&self, pcallback: Option<&IUnknown>) -> Result<()>

fn OnUnload(&self, bforceunload: BOOL) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§