Skip to main content

BoxedStaticObserverFuture

Type Alias BoxedStaticObserverFuture 

Source
pub type BoxedStaticObserverFuture<'s> = Box<dyn Future<Output = BoxedStaticObserver> + 's>;
Expand description

Type alias for a future that returns a boxed observer for static Any values.

Used for async spawning methods that return static observers asynchronously.

Aliased Typeยง

pub struct BoxedStaticObserverFuture<'s>(/* private fields */);