pub trait Per<T> {
type Output;
const VALUE: Self::Output;
}
Expand description
A trait for defining the ratio of two units of time.
This trait is used to implement the per
method on the various structs.
Required Associated Types§
Required Associated Constants§
Object Safety§
This trait is not object safe.