pub type InspectableDebugString<V> = Inspectable<V, InspectableDebugStringWatcher>;
Expand description

Exports via an Inspect StringProperty the Debug representation of the wrapped value V.

Aliased Type§

struct InspectableDebugString<V> { /* private fields */ }