[][src]Trait rustenginelib::piece::ColorTrait

pub trait ColorTrait {
    fn turn_fen(self) -> String;
}

ColorTrait defines methods for Color

Required methods

fn turn_fen(self) -> String

returns the color fen string

Loading content...

Implementors

impl ColorTrait for Color[src]

ColorTrait implementation

Loading content...