Trait fidl_fuchsia_fs::AdminProxyInterface
source · pub trait AdminProxyInterface: Send + Sync {
type ShutdownResponseFut: Future<Output = Result<(), Error>> + Send;
// Required method
fn shutdown(&self) -> Self::ShutdownResponseFut;
}