Type Definition pharos::ObserveLocal[][src]

pub type ObserveLocal<'a, Event, Error> = Pin<Box<dyn Future<Output = Result<Events<Event>, Error>> + 'a>>;
Expand description

A pinned boxed future returned by the ObservableLocal::observe_local method.