Skip to main content

SystemControllerProxyInterface

Trait SystemControllerProxyInterface 

Source
pub trait SystemControllerProxyInterface: Send + Sync {
    type ShutdownResponseFut: Future<Output = Result<(), Error>> + Send;

    // Required method
    fn shutdown(&self) -> Self::ShutdownResponseFut;
}

Required Associated Types§

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§