pub type Mass<S = f64> = Quantity<S, MassDim>;
Mass, kg.
pub struct Mass<S = f64> { /* private fields */ }