Trait DerefAuth

Source
pub trait DerefAuth:
    Deref<Target = Authenticator>
    + Send
    + Sync { }

Implementors§

Source§

impl<T> DerefAuth for T
where T: Deref<Target = Authenticator> + Send + Sync,