pub trait AsAuthenticationInfo<'a> {
    type Target;

    // Required method
    fn as_authentication_info(&'a self) -> Self::Target;
}

Required Associated Types§

Required Methods§

source

fn as_authentication_info(&'a self) -> Self::Target

Implementations on Foreign Types§

source§

impl<'a> AsAuthenticationInfo<'a> for [u8]

Implementors§