Type Alias Job

Source
pub type Job = Pin<Box<dyn Future<Output = ()> + Send>>;

Aliased Typeยง

struct Job { /* private fields */ }