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 */ }