Skip to main content

BoxedStaticObserver

Type Alias BoxedStaticObserver 

Source
pub type BoxedStaticObserver = Box<dyn Observer<Value = Box<dyn Any>, Output = FinishedObservation<Box<dyn Any>>>>;
Expand description

Type alias for a boxed observer that handles ’static Any values (non-Send).

This observer can be used to track the status and result of type-erased static tasks.

Aliased Type§

pub struct BoxedStaticObserver(/* private fields */);