Function type_name

Source
pub fn type_name<W: WidgetExt>(w: &W) -> String
Expand description

Get the dynamic typeinfo of a widget, useful for debugging. This prints the mangled name, which can be unmangled using a crate like cpp_demangle