futures_
util
0.3.31
Spawn
Ext
Implementors
In futures_
util::
task
Trait
futures_util
::
task
::
SpawnExt
Copy item path
source
·
[
−
]
pub trait SpawnExt:
Spawn
{ }
Expand description
Extension trait for
Spawn
.
Implementors
§
source
§
impl<Sp>
SpawnExt
for Sp
where Sp:
Spawn
+ ?
Sized
,