Trait moc::moc::RangeMOCIntoIterator[][src]

pub trait RangeMOCIntoIterator<T: Idx>: Sized {
    type Qty: MocQty<T>;
    type IntoRangeMOCIter: RangeMOCIterator<T, Qty = Self::Qty>;
    fn into_range_moc_iter(self) -> Self::IntoRangeMOCIter;
}

Associated Types

Required methods

Implementors