Trait cdrs::authenticators::Authenticator [] [src]

pub trait Authenticator: Clone {
    fn get_auth_token(&self) -> CBytes;
    fn get_cassandra_name(&self) -> &str;
}

Required Methods

Implementors