Skip to main content

ResetProxyInterface

Trait ResetProxyInterface 

Source
pub trait ResetProxyInterface: Send + Sync {
    type ShredEncryptedVolumesResponseFut: Future<Output = Result<ResetShredEncryptedVolumesResult, Error>> + Send;

    // Required method
    fn shred_encrypted_volumes(&self) -> Self::ShredEncryptedVolumesResponseFut;
}

Required Associated Types§

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§