[][src]Trait svc_authn::Authenticable

pub trait Authenticable: Sync + Send {
    fn as_account_id(&self) -> &AccountId;
}

Required methods

fn as_account_id(&self) -> &AccountId

Loading content...

Trait Implementations

impl<'_> Debug for &'_ dyn Authenticable[src]

Implementors

impl Authenticable for AccountId[src]

Loading content...