futures_util
0.3.30
LocalSpawnExt
Implementors
In futures_util::task
?
Settings
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
,