pub trait Builder { // Required method fn build(&self, buffer: &mut String) -> Result<(), SgfToolError>; }