pub fn type_name<W: WidgetExt>(w: &W) -> String
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
cpp_demangle