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

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

Required Methods

Implementors