1 2 3 4 5 6
use super::prelude::Unit; #[derive(Debug, PartialEq, PartialOrd, Unit)] pub struct Mol(pub f32); #[derive(Debug, PartialEq, PartialOrd, Unit)] pub struct Molecules(pub f64);