[][src]Type Definition httpbis::Result

type Result<T> = Result<T, Error>;

A convenience Result type that has the HttpError type as the error type and a generic Ok result type.