pub trait FixExt: Sized {
const ONE: Self;
}Expand description
Domain specific extensions to the Fix type as it’s used in this project.
Required Associated Constants§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".