Skip to main content

ExitControllerProxyInterface

Trait ExitControllerProxyInterface 

Source
pub trait ExitControllerProxyInterface: Send + Sync {
    // Required method
    fn exit(&self, code: i32) -> Result<(), Error>;
}

Required Methods§

Source

fn exit(&self, code: i32) -> Result<(), Error>

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§