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

type HttpResult<T> = Result<T, Box<dyn HttpError>>;