Trait svc_authn::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

Implementors