Function httpbis::futures_misc::stream_with_eof_and_error [] [src]

pub fn stream_with_eof_and_error<T, E, S, F>(
    s: S,
    missed_eof: F
) -> StreamWithEofAndError<S, F> where
    S: Stream<Item = ResultOrEof<T, E>, Error = E>,
    F: FnOnce() -> E,