Function mz_repr::explain::tracing::dbg_misc

source ·
pub fn dbg_misc<S: Display, T: Display>(segment: S, misc: T)
Expand description

Create a span identified by segment and trace misc in it.

This primitive is useful for instrumentic code, see this commit1 for an example.