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