Trait cdoc_parser::code_ast::types::Output
source · pub trait Output {
// Required method
fn write_string(&self, solution: bool) -> String;
}
pub trait Output {
// Required method
fn write_string(&self, solution: bool) -> String;
}