Searched defs:LogVisitor (Results 1 – 2 of 2) 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
521 struct LogVisitor<'a> { struct529 impl<'a> LogVisitor<'a> { implementation544 impl<'a> Visit for LogVisitor<'a> { implementation