Trait EnigmaLog

Source
pub trait EnigmaLog {
    // Required methods
    fn get(&self) -> &Vec<String>;
    fn log_type(&self) -> EnigmaLogType;
}

Required Methods§

Source

fn get(&self) -> &Vec<String>

Source

fn log_type(&self) -> EnigmaLogType

Implementors§