pub trait Sealed { }

Implementors§

source§

impl<S, T, E> Sealed for Swhere S: ?Sized + Stream<Item = Result<T, E>>,