//! The token module provides a trait definition of `Claims`, `TokenDecoder` and a RSA token decoder implementation.
usedowncast_rs::impl_downcast;usedowncast_rs::Downcast;pubmoddecoder;/// Trait definition of claims to decode from a token.
pubtraitClaims: Downcast + Sync + Send {}impl_downcast!(Claims);