Trait otter::global::AccessId[][src]

pub trait AccessId: Copy + Clone + 'static {
    type Error: Into<OnlineError>;

    const ERROR: Self::Error;

    fn global_tokens(_: PrivateCaller) -> &'static RwLock<TokenTable<Self>>;
fn tokens_registry(
        ig: &mut Instance,
        _: PrivateCaller
    ) -> &mut TokenRegistry<Self>; }

Associated Types

Associated Constants

Required methods

Implementors