Expand description
Error and Result module.
Enums§
- Error
- A set of errors that can occur parsing HTTP streams.
- Parse
Error - Errors that can occur during parsing.
Type Aliases§
- Result
- Result type often returned from methods that can have hyper
Error
s.