pub fn inspect<T: Debug + 'static>(value: &T)
Inspect a value in the default console.
Displays the type name, Debug representation, and optional docs in a styled panel.