Searched defs:LogVisitor (Results 1 – 2 of 2) 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
30 class LogVisitor(NodeVisitor): class