Skip to main content

Runnable

Type Alias Runnable 

Source
pub type Runnable = Box<dyn FnOnce() + Send + 'static>;

Aliased Typeยง

pub struct Runnable(/* private fields */);