[−][src]Trait jwt::header::JoseHeader
A trait for any header than can conform to the JWT specification.
A trait for any header than can conform to the JWT specification.
fn algorithm_type(&self) -> AlgorithmTypefn key_id(&self) -> Option<&str>fn type_(&self) -> Option<HeaderType>fn content_type(&self) -> Option<HeaderContentType>impl JoseHeader for Header[src]fn algorithm_type(&self) -> AlgorithmType[src]fn key_id(&self) -> Option<&str>[src]fn type_(&self) -> Option<HeaderType>[src]fn content_type(&self) -> Option<HeaderContentType>[src]impl JoseHeader for PrecomputedAlgorithmOnlyHeader[src]fn algorithm_type(&self) -> AlgorithmType[src]