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