pub trait DebugQuery: Debug + Display { }
Expand description
A helper trait for opaque query representations
which allows to get a Display
and Debug
representation of the underlying type without
exposing type specific details
pub trait DebugQuery: Debug + Display { }
A helper trait for opaque query representations
which allows to get a Display
and Debug
representation of the underlying type without
exposing type specific details