Skip to main content

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

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§