Type Definition stream_httparse::streaming_parser::ParseResult [−][src]
type ParseResult<T> = Result<T, ParseError>;
A simple Result wrapper that already has the ParseError type as its Error-Type
type ParseResult<T> = Result<T, ParseError>;
A simple Result wrapper that already has the ParseError type as its Error-Type