pub trait SpawnWithId {
// Required method
fn spawn_obj_with_id(
&self,
future: FutureObj<'static, ()>,
) -> Result<usize, SpawnError>;
}
pub trait SpawnWithId {
// Required method
fn spawn_obj_with_id(
&self,
future: FutureObj<'static, ()>,
) -> Result<usize, SpawnError>;
}