Macro x11rb::tracing::debug_span

source ยท
macro_rules! debug_span {
    ( $name:expr ) => { ... };
    ( $name:expr, $($fields:tt)* ) => { ... };
}