pub trait UnitRatio {
const ATTOSECONDS: i128;
}Expand description
Trait representing the fact that something is a unit ratio.
Required Associated Constants§
const ATTOSECONDS: i128
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.