[][src]Trait bestagon::neighbours::Neighbours

pub trait Neighbours {
    fn neighbours(&self) -> NeighbourIterator<'_, Self>

Notable traits for NeighbourIterator<'a, C>

impl<'a, C> Iterator for NeighbourIterator<'a, C> where
    C: Neighbour
type Item = C;

    where
        Self: Sized
; }

Required methods

fn neighbours(&self) -> NeighbourIterator<'_, Self>

Notable traits for NeighbourIterator<'a, C>

impl<'a, C> Iterator for NeighbourIterator<'a, C> where
    C: Neighbour
type Item = C;
where
    Self: Sized

Loading content...

Implementors

impl<C> Neighbours for C where
    C: Neighbour
[src]

Loading content...