pub type ObjSafeLocalTask = Task<BoxedLocalFuture, BoxedLocalObserverNotifier>;Expand description
Type alias for a Task that can be used with local object-safe spawning.
This allows spawning type-erased !Send tasks through trait objects.
Aliased Typeยง
pub struct ObjSafeLocalTask { /* private fields */ }