pub trait CustomLogType: Sync + Debug { // Required methods fn name(&self) -> &'static str; fn color_pair(&self) -> AnsiPair; }