InspectorRenderer

Type Alias InspectorRenderer 

Source
pub type InspectorRenderer = Box<dyn Fn(&mut Inspector, &mut Window, &mut Context<'_, Inspector>) -> AnyElement>;
Expand description

Function set on App to render the inspector UI.

Aliased Typeยง

pub struct InspectorRenderer(/* private fields */);