[][src]Trait fox_and_hounds::move::Move

pub trait Move: Copy {
    fn to_str(&self) -> String;
}

Required methods

fn to_str(&self) -> String

Loading content...

Implementors

impl Move for FHMove[src]

impl Move for NCMove[src]

Loading content...