☰
futures_util
0.3.29
SpawnExt
Implementors
In futures_util::task
?
Trait
futures_util
::
task
::
SpawnExt
source
·
[
−
]
pub trait SpawnExt:
Spawn
{ }
Expand description
Extension trait for
Spawn
.
Implementors
§
source
§
impl<Sp>
SpawnExt
for Sp
where Sp:
Spawn
+ ?
Sized
,