Trait littlewing::piece::PieceChar[][src]

pub trait PieceChar {
    fn from_char(c: char) -> Self;
fn to_char(&self) -> char; }

Required Methods

Implementors