fuchsia_inspect_derive

Type Alias IValue

Source
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.