pub type BoxedLocalObserverNotifier = Box<dyn ObserverNotified<dyn Any + 'static>>;Expand description
Type alias for a boxed observer notifier that handles Any values (non-Send).
This type provides notifications when a type-erased local task completes.
Aliased Typeยง
pub struct BoxedLocalObserverNotifier(/* private fields */);