pub type IValue<B> = IOwned<ValueMarker<B>>;
An Inspect smart pointer for a type B, which renders an inspect subtree as defined by B: Unit.
Inspect
B
B: Unit
struct IValue<B> { /* private fields */ }