Type Definition http_header::error::Result[][src]

pub type Result<T = ()> = Result<T, ErrorImpl<ErrorKind>>;
👎 Deprecated:

This crate has been renamed to http_tiny; you’re using an outdated version

Expand description

A nice typealias for a Result with our custom error