Time

Type Alias Time 

Source
pub type Time = UnitNumber<TimeUnit>;

Aliased Type§

pub struct Time { /* private fields */ }

Implementations§

Trait Implementations§

Source§

impl Mul<UnitNumber<FrequencyUnit>> for Time

Source§

type Output = Number

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Frequency) -> Self::Output

Performs the * operation. Read more