Type Definition httpbis::Result [] [src]

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.