#[derive(Default)] pub enum IterationDirection { #[default] Leading, Trailing, }