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