Trait bandit::Identifiable[][src]

pub trait Identifiable {
    fn ident(&self) -> String;
}

Required Methods

Implementors