Type Alias Current

Source
pub type Current<T = f64> = Quantity<T, _Current>;

Aliased Typeยง

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