Skip to main content

AdminProxyInterface

Trait AdminProxyInterface 

Source
pub trait AdminProxyInterface: Send + Sync {
    type ShredDataVolumeResponseFut: Future<Output = Result<AdminShredDataVolumeResult, Error>> + Send;

    // Required method
    fn shred_data_volume(&self) -> Self::ShredDataVolumeResponseFut;
}

Required Associated Types§

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§