Enum httpbis::futures_misc::StreamWithEofMessage [] [src]

pub enum StreamWithEofMessage<T> {
    Item(T),
    Eof,
}

Variants