pub(crate) trait ValueKindExt {
// Required method
fn color(&self, user_color: Color32, theme: &SurferTheme) -> Color32;
}Required Methods§
fn color(&self, user_color: Color32, theme: &SurferTheme) -> Color32
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".