pub trait LoadingColorScheme {
// Required method
fn get_char_block_color(&self, l_elem: &LoadingElement) -> Box<str>;
}Required Methods§
fn get_char_block_color(&self, l_elem: &LoadingElement) -> Box<str>
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".