[][src]Trait rustenginelib::piece::FigureTrait

pub trait FigureTrait {
    fn symbol(self) -> &'static str;
}

FigureTrait adds methods to Figure

Required methods

fn symbol(self) -> &'static str

returns the fen symbol for the figure ( lower case )

Loading content...

Implementors

impl FigureTrait for Figure[src]

fn symbol(self) -> &'static str[src]

returns the fen symbol for the figure ( lower case )

Loading content...