Type Alias MolarWeight

Source
pub type MolarWeight<T = f64> = Quantity<T, _MolarWeight>;

Aliased Typeยง

pub struct MolarWeight<T = f64>(/* private fields */);