Trait cgats::CgatsFmt

source ·
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§

source

fn cgats_fmt(&self, f: &mut Formatter<'_>) -> Result

Format data to a fmt::Formatter

Implementors§