Type Definition http::Result [−][src]
pub type Result<T> = Result<T, Error>;Expand description
A Result typedef to use with the http::Error type
pub type Result<T> = Result<T, Error>;A Result typedef to use with the http::Error type