Trait AsAuthenticationInfo

Source
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§