Trait Output

Source
pub trait Output {
    // Required method
    fn write_string(&self, solution: bool) -> String;
}

Required Methods§

Source

fn write_string(&self, solution: bool) -> String

Implementors§