Action

Type Alias Action 

Source
pub type Action<T = f64> = Quantity<T, _Action>;

Aliased Typeยง

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