[][src]Type Definition iron::error::HttpResult

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

Result type often returned from methods that can have hyper Errors.