1 2 3 4
/// a simple marker trait to identify claims pub trait PasetoClaim: erased_serde::Serialize { fn get_key(&self) -> &str; }