pub trait UpdateElForOptionIterator<Ms> {
    fn update_el(self, el: &mut El<Ms>);
}
Expand description

Similar to UpdateEl, specialized for Option<I> where I: Iterator.

Required methods

Implementations on Foreign Types

Implementors