pub type BoxedLocalObserver = Box<dyn Observer<Value = Box<dyn Any>, Output = FinishedObservation<Box<dyn Any>>>>;Expand description
Type alias for a boxed observer that handles Any values (non-Send).
This observer can be used to track the status and result of type-erased local tasks.
Aliased Typeยง
pub struct BoxedLocalObserver(/* private fields */);