Function diesel::connection::get_default_instrumentation

source ·
pub fn get_default_instrumentation() -> Option<Box<dyn Instrumentation>>
Expand description

Get an instance of the default Instrumentation

This function is mostly useful for crates implementing their own connection types