Skip to main content

ActionJobWithResult

Type Alias ActionJobWithResult 

Source
pub type ActionJobWithResult = TaskJob<'static, ActionDetail>;
Expand description

Action job with result retrieval.

Returned by Tasker::post_action().

Aliased Typeยง

pub struct ActionJobWithResult { /* private fields */ }