pub type Rejection = (StatusCode, &'static str);
Expand description
Rejection error used in the AuthBasicCustom and AuthBearerCustom extractors
pub type Rejection = (StatusCode, &'static str);
Rejection error used in the AuthBasicCustom and AuthBearerCustom extractors