Type Definition spa_rs::HttpResult

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

convenient return type when writing axum handler.