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