AdminProxyInterface

Trait AdminProxyInterface 

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

    // Required method
    fn delete_all_keys(&self) -> Self::DeleteAllKeysResponseFut;
}

Required Associated Types§

Required Methods§

Implementors§