[][src]Trait svc_authz::Authenticable

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

Required methods

fn as_account_id(&self) -> &AccountId

Loading content...

Trait Implementations

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

Implementations on Foreign Types

impl Authenticable for AccountId[src]

Loading content...

Implementors

Loading content...