Searched defs:LogVisitor (Results 1 – 1 of 1) sorted by relevance
1070 struct LogVisitor<'a, 'b> { in fmt() struct1071 f: &'a mut fmt::Formatter<'b>, in fmt()1072 is_first: bool, in fmt()1073 result: fmt::Result, in fmt()1076 impl Visit for LogVisitor<'_, '_> { in fmt() implementation