Searched defs:LogVisitor (Results 1 – 1 of 1) sorted by relevance
1080 struct LogVisitor<'a, 'b> { in fmt() struct1081 f: &'a mut fmt::Formatter<'b>, in fmt()1082 is_first: bool, in fmt()1083 result: fmt::Result, in fmt()1086 impl Visit for LogVisitor<'_, '_> { in fmt() implementation