Searched refs:StructuredLogSection (Results 1 – 2 of 2) sorted by relevance
57 pub enum StructuredLogSection { enum64 impl Value for StructuredLogSection { implementation67 StructuredLogSection::SubsectionStart => ctx.begin_list(), in add_to_context()68 StructuredLogSection::SubsectionEnd => ctx.end_list(), in add_to_context()
17 use structured_log::StructuredLogSection::SubsectionEnd;18 use structured_log::StructuredLogSection::SubsectionStart;