StopWaiterProxyInterface

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§

Required Methods§

Source

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

Implementors§