fidl_fuchsia_archivist_test

Trait StopWaiterProxyInterface

Source
pub trait StopWaiterProxyInterface: Send + Sync {
    type WaitResponseFut: Future<Output = Result<(), Error>> + Send;

    // Required method
    fn wait(&self) -> Self::WaitResponseFut;
}

Required Associated Types§

Source

type WaitResponseFut: Future<Output = Result<(), Error>> + Send

Required Methods§

Source

fn wait(&self) -> Self::WaitResponseFut

Implementors§