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§
Sourcefn wait_until_stream_exists(&self) -> StreamExistsFluentBuilder
fn wait_until_stream_exists(&self) -> StreamExistsFluentBuilder
Wait for stream_exists
Sourcefn wait_until_stream_not_exists(&self) -> StreamNotExistsFluentBuilder
fn wait_until_stream_not_exists(&self) -> StreamNotExistsFluentBuilder
Wait for stream_not_exists