pub trait LoadingColorScheme {
// Required method
fn get_char_block_color(&self, l_elem: &LoadingElement) -> Box<str>;
}pub trait LoadingColorScheme {
// Required method
fn get_char_block_color(&self, l_elem: &LoadingElement) -> Box<str>;
}