[][src]Trait block_grid::CoordsIterator

pub trait CoordsIterator: Iterator + Sealed {
    fn current_coords(&self) -> Coords;

    fn coords(self) -> WithCoordsIter<Self>
    where
        Self: Sized
, { ... } }

Required methods

fn current_coords(&self) -> Coords

Loading content...

Provided methods

fn coords(self) -> WithCoordsIter<Self> where
    Self: Sized

Loading content...

Implementors

Loading content...