pub fn write_debug_as_list<'own, ItemT, IteratorT, WriteT>(
iterator: IteratorT,
override_format: Option<DebugFormat>,
writer: &mut WriteT,
context: &DebugContext<'_>,
) -> Result<()>Expand description
Write an Iterator of Debuggable as a list.
Supports DebugFormat::Compact.