fuchsia_inspect_derive

Type Alias IDebug

Source
pub type IDebug<B> = IOwned<DebugMarker<B>>;
Expand description

An Inspect smart pointer for a type B, which renders the debug output of B as a string property.

Aliased Type§

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

Trait Implementations§

Source§

impl<B: Debug> From<B> for IDebug<B>

Source§

fn from(value: B) -> Self

Converts to this type from the input type.