Trait actix_web_httpauth::headers::authorization::Scheme [−][src]
pub trait Scheme: IntoHeaderValue + Debug + Display + Clone + Send + Sync { fn parse(header: &HeaderValue) -> Result<Self, ParseError>; }
Authentication scheme for Authorization header.