BootControllerProxyInterface

Trait BootControllerProxyInterface 

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

    // Required method
    fn notify(&self) -> Self::NotifyResponseFut;
}

Required Associated Types§

Required Methods§

Source

fn notify(&self) -> Self::NotifyResponseFut

Implementors§