pub type BoxedLocalObserverFuture<'s> = Box<dyn Future<Output = BoxedLocalObserver> + 's>;Expand description
Type alias for a future that returns a boxed observer for local Any values.
Used for async spawning methods that return local observers asynchronously.
Aliased Typeยง
pub struct BoxedLocalObserverFuture<'s>(/* private fields */);