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