pub type IDebug<B> = IOwned<DebugMarker<B>>;
An Inspect smart pointer for a type B, which renders the debug output of B as a string property.
Inspect
B
pub struct IDebug<B> { /* private fields */ }