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