Skip to main content

CtrlJob

Type Alias CtrlJob 

Source
pub type CtrlJob = Job<'static>;
Expand description

Controller operation job.

Returned by controller methods like post_click(), post_swipe().

Aliased Type§

pub struct CtrlJob {
    pub id: i64,
    /* private fields */
}

Fields§

§id: i64