LoadingColorScheme

Trait LoadingColorScheme 

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

Required Methods§

Implementors§