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