pub trait UiDisplay {
// Required method
fn ui_display(&self) -> Cow<'_, str>;
}Expand description
Individual values that can be displayed in HTML pages
pub trait UiDisplay {
// Required method
fn ui_display(&self) -> Cow<'_, str>;
}Individual values that can be displayed in HTML pages