x11rb::tracing

Macro trace_span

Source
macro_rules! trace_span {
    ( $name:expr ) => { ... };
    ( $name:expr, $($fields:tt)* ) => { ... };
}