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

Required Methods§

Trait Implementations§

source§

impl Debug for &dyn Authenticable

source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more

Implementors§