Trait frui::api::WidgetDebug
source · [−]pub trait WidgetDebug {
fn debug_name(&self) -> &'static str;
fn debug_name_short(&self) -> &'static str;
}Required Methods
source
fn debug_name(&self) -> &'static str
source
pub trait WidgetDebug {
fn debug_name(&self) -> &'static str;
fn debug_name_short(&self) -> &'static str;
}