Type Definition axum_help::HttpResult

source · []
pub type HttpResult<T> = Result<T, HttpError>;
Expand description

convenient return type when writing axum handler.