Trait moc::moc::IntoBMOC[][src]

pub trait IntoBMOC<T: Idx + Into<u64>>: CellMOCIterator<T> {
    fn into_bmoc(self) -> BMOC { ... }
}

Provided methods

Implementors