Skip to main content

inspect

Function inspect 

Source
pub fn inspect<T: Debug + 'static>(value: &T)
Expand description

Inspect a value in the default console.

Displays the type name, Debug representation, and optional docs in a styled panel.