Trait svc_agent::Authenticable[][src]

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

Required methods

Trait Implementations

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

pub fn fmt(&self, fmt: &mut Formatter<'_>) -> Result<(), Error>[src]

Formats the value using the given formatter. Read more

Implementors