zebra_test::command

Trait IteratorDebug

source
pub trait IteratorDebug: Iterator + Debug { }
Expand description

A super-trait for Iterator + Debug.

Implementors§

source§

impl<T> IteratorDebug for T
where T: Iterator + Debug,