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.