Waiters

Trait Waiters 

Source
pub trait Waiters {
    // Required methods
    fn wait_until_stream_exists(&self) -> StreamExistsFluentBuilder;
    fn wait_until_stream_not_exists(&self) -> StreamNotExistsFluentBuilder;
}
Expand description

Waiter functions for the client.

Import this trait to get wait_until methods on the client.

Required Methods§

Source

fn wait_until_stream_exists(&self) -> StreamExistsFluentBuilder

Wait for stream_exists

Source

fn wait_until_stream_not_exists(&self) -> StreamNotExistsFluentBuilder

Wait for stream_not_exists

Implementors§