pub type IValue<B> = IOwned<ValueMarker<B>>;
Expand description

An Inspect smart pointer for a type B, which renders an inspect subtree as defined by B: Unit.

Aliased Type§

struct IValue<B> { /* private fields */ }

Trait Implementations§

source§

impl<B: Unit> From<B> for IValue<B>

source§

fn from(value: B) -> Self

Converts to this type from the input type.