diesel::connection

Trait DebugQuery

Source
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

Implementors§

Source§

impl DebugQuery for StrQueryHelper<'_>

Source§

impl<T, DB> DebugQuery for DebugQuery<'_, T, DB>
where Self: Debug + Display,