pub trait ZincWriter<'a, T: NumTrait + 'a> { // Required method fn to_zinc(&self, buf: &mut String) -> Result; }