pub fn try_flatten_applied<K, S: TryStream<Ok = Event<K>>>(
    stream: S
) -> impl Stream<Item = Result<K, S::Error>>
Expand description

Flattens each item in the list following the rules of watcher::Event::into_iter_applied.