Skip to main content

BoxInspector

Type Alias BoxInspector 

Source
pub type BoxInspector<S> = Box<dyn Inspector<S>>;
Expand description

Owned dynamically typed Inspector.

Aliased Typeยง

pub struct BoxInspector<S>(/* private fields */);