pub trait CgatsFmt {
    // Required method
    fn cgats_fmt(&self, f: &mut Formatter<'_>) -> Result;
}Expand description
Trait to format data for writing to CGATS files
Required Methods§
sourcefn cgats_fmt(&self, f: &mut Formatter<'_>) -> Result
 
fn cgats_fmt(&self, f: &mut Formatter<'_>) -> Result
Format data to a fmt::Formatter