pub trait WriteGTP {
    fn write_gtp(&self, _: &mut impl Write) -> Result<()>;
}
Expand description

One of the two most-relevant traits of all: Write your content according to the rules of to some manner of output.

Required Methods

Implementors