pub type Force<S = f64> = Quantity<S, ForceDim>;
Force, N.
pub struct Force<S = f64> { /* private fields */ }