[][src]Trait bestagon::neighbours::Neighbour

pub trait Neighbour {
    fn get_neighbour(&self, n: u8) -> Option<Self>
    where
        Self: Sized
; }

Required methods

fn get_neighbour(&self, n: u8) -> Option<Self> where
    Self: Sized

Loading content...

Implementors

impl Neighbour for Axial[src]

impl Neighbour for Cube[src]

Loading content...