pub fn event_stream_from_view(
neighbors_view: &ViewProxy,
) -> Result<impl Stream<Item = Result<Event, EntryIteratorError>> + 'static, OpenEntryIteratorError>Expand description
event_stream_from_view_with_options with default EntryIteratorOptions.