Searched defs:FmtSpan (Results 1 – 2 of 2) sorted by relevance
1585 pub struct FmtSpan(u8); struct1587 impl FmtSpan { implementation1641 impl Debug for FmtSpan { implementation
258 pub fn set_span_events(&mut self, kind: FmtSpan) { in set_span_events()