Skip to main content

CollaborativeRebootInitiatorProxyInterface

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§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§