fidl_fuchsia_sys2

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§

Source

type ShutdownResponseFut: Future<Output = Result<(), Error>> + Send

Required Methods§

Implementors§