Trait list_fn::Iter

source ·
pub trait Iter: ListFn<End = Self> {
    fn iter(self) -> ListIterator<Self>  { ... }
}
Expand description

Note: we can’t use the standard std::iter::IntoIterator because it has a conflicting implementation.

Provided Methods§

Converts a list to an iterator.

Implementors§