[][src]Trait thirtyfour_sync::common::action::Action

pub trait Action {
    fn get_pause(duration_ms: u64) -> Self;
}

Required methods

fn get_pause(duration_ms: u64) -> Self

Loading content...

Implementors

impl Action for KeyAction[src]

impl Action for NullAction[src]

impl Action for PointerAction[src]

Loading content...