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