Type Definition executor_service::Callable

source ·
pub type Callable<T> = Box<dyn Send + Sync + FnOnce() -> T>;