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