Searched defs:LogValueSet (Results 1 – 1 of 1) sorted by relevance
1072 pub(crate) struct LogValueSet<'a> { struct1073 pub(crate) values: &'a ValueSet<'a>,1074 pub(crate) is_first: bool,1077 impl<'a> fmt::Display for LogValueSet<'a> { implementation