pub trait GenomeQuality { // Required methods fn completeness(&self) -> f32; fn contamination(&self) -> f32; }