pub fn event_stream_from_state<I: FidlRouteIpExt>(
routes_state: &<I::StateMarker as ProtocolMarker>::Proxy,
) -> Result<impl Stream<Item = Result<Event<I>, WatchError>>, WatcherCreationError>
Expand description
event_stream_from_state_with_options
with default WatcherOptions
.