Home
last modified time | relevance | path

Searched refs:impl_fmt_span_bit_op (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/tracing/tracing-subscriber/src/fmt/format/
Dmod.rs1593 macro_rules! impl_fmt_span_bit_op { macro
1615 impl_fmt_span_bit_op!(BitAnd, bitand, &);
1616 impl_fmt_span_bit_op!(BitOr, bitor, |);
1617 impl_fmt_span_bit_op!(BitXor, bitxor, ^);