Type Definition stream_httparse::streaming_parser::ParseResult[][src]

type ParseResult<T> = Result<T, ParseError>;
Expand description

A simple Result wrapper that already has the ParseError type as its Error-Type