Type Definition salvo::http::errors::http_error::HttpResult[][src]

pub type HttpResult<T> = Result<T, HttpError>;