Type Definition task_executor::TaskType

source · []
pub type TaskType = Box<dyn Future<Output = ()> + Send + Unpin + 'static>;