Trait task_exec_queue::SpawnDefaultExt
source · pub trait SpawnDefaultExt: Future {
fn spawn(self) -> Spawner<'static, Self, Sender<((), TaskType)>, (), ()> ⓘ
where
Self: Sized + Send + 'static,
Self::Output: Send + 'static,
{ ... }
}