pub type InspectableDebugString<V> = Inspectable<V, InspectableDebugStringWatcher>;Expand description
Exports via an Inspect StringProperty the Debug representation of the wrapped value V.
Aliased Typeยง
pub struct InspectableDebugString<V> { /* private fields */ }