Trait Waiters

Source
pub trait Waiters {
    // Required methods
    fn wait_until_fleet_started(&self) -> FleetStartedFluentBuilder;
    fn wait_until_fleet_stopped(&self) -> FleetStoppedFluentBuilder;
}
Expand description

Waiter functions for the client.

Import this trait to get wait_until methods on the client.

Required Methods§

Source

fn wait_until_fleet_started(&self) -> FleetStartedFluentBuilder

Wait for fleet_started

Source

fn wait_until_fleet_stopped(&self) -> FleetStoppedFluentBuilder

Wait for fleet_stopped

Implementors§