pub type StreamResult<T, E1, E2> = Result<T, StreamError<E1, E2>>;
Expand description

Convenient type alias