Trait svc_authz::Authenticable[][src]

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

Required methods

Trait Implementations

Formats the value using the given formatter. Read more

Implementations on Foreign Types

Implementors