pub type MolarWeight<T = f64> = Quantity<T, _MolarWeight>;
pub struct MolarWeight<T = f64>(/* private fields */);