Trait CollaborativeRebootInitiatorProxyInterface

Source
pub trait CollaborativeRebootInitiatorProxyInterface: Send + Sync {
    type PerformPendingRebootResponseFut: Future<Output = Result<CollaborativeRebootInitiatorPerformPendingRebootResponse, Error>> + Send;

    // Required method
    fn perform_pending_reboot(&self) -> Self::PerformPendingRebootResponseFut;
}

Required Associated Types§

Required Methods§

Implementors§