Runnable

Type Alias Runnable 

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