Trait wascap::jwt::WascapEntity[][src]

pub trait WascapEntity: Clone {
    fn name(&self) -> String;
}

Required methods

Implementors