pub trait IRtwqPlatformEvents_Impl: Sized {
    // Required methods
    fn InitializationComplete(&self) -> Result<()>;
    fn ShutdownStart(&self) -> Result<()>;
    fn ShutdownComplete(&self) -> Result<()>;
}

Required Methods§

fn InitializationComplete(&self) -> Result<()>

fn ShutdownStart(&self) -> Result<()>

fn ShutdownComplete(&self) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§