pub type InspectorRenderer = Box<dyn Fn(&mut Inspector, &mut Window, &mut Context<'_, Inspector>) -> AnyElement>;
Function set on App to render the inspector UI.
App
pub struct InspectorRenderer(/* private fields */);