pub trait IterResultOptionKind { // Provided method fn iter_tag(&self) -> IterResultOptionTag { ... } }