pub trait IsElementIterable {
    fn iter(&self) -> ElementIter;
}

Required methods

Implementations on Foreign Types

Implementors