Trait moc::moc::CellOrCellRangeMOCIntoIterator[][src]

pub trait CellOrCellRangeMOCIntoIterator<T: Idx>: Sized {
    type Qty: MocQty<T>;
    type IntoCellOrCellRangeMOCIter: CellOrCellRangeMOCIterator<T, Qty = Self::Qty>;
    fn into_cellcellrange_moc_iter(self) -> Self::IntoCellOrCellRangeMOCIter;
}

Associated Types

Required methods

Implementors