/// pub fn traverse_inorder<B>(&self, f: &mut impl FnMut(&T) -> ControlFlow<B>) -> ControlFlow<B> {
#[cfg_attr(not(feature = "ferrocene_certified"), derive(Debug, Clone, Copy, PartialEq, Eq, Hash))]
/// assert_eq!(ControlFlow::<&str, i32>::Break("Stop right there!").break_value(), Some("Stop right there!"));