[][src]Trait littlewing::pgn::ToPGN

pub trait ToPGN {
    fn to_pgn(&mut self) -> PGN;
}

Portable Game Notation export

Required methods

fn to_pgn(&mut self) -> PGN

Export to PGN

Loading content...

Implementors

impl ToPGN for Game[src]

Loading content...