Trait CoreClaims

Source
pub trait CoreClaims {
    // Required method
    fn subject(&self) -> &str;
}

Required Methods§

Source

fn subject(&self) -> &str

Implementors§