Trait async_google_apis_common::DerefAuth[][src]

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

Implementors

impl<T> DerefAuth for T where
    T: Deref<Target = Authenticator> + Send + Sync
[src]

Loading content...