Trait autogui::ChainedAction [] [src]

pub trait ChainedAction where
    Self: Sized
{ fn delay(self, d: Duration) -> Self { ... } }

Methods to help working with chained actions

Provided Methods

Sleeps given amount of time

Implementors