Skip to main content

IMAPIProviderShutdown_Impl

Trait IMAPIProviderShutdown_Impl 

Source
pub trait IMAPIProviderShutdown_Impl: IUnknownImpl {
    // Required methods
    fn QueryFastShutdown(&self) -> Result<(), Error>;
    fn NotifyProcessShutdown(&self) -> Result<(), Error>;
    fn DoFastShutdown(&self) -> Result<(), Error>;
}

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§