pub trait XSpec {
const TICK_VALUE: Decimal;
const TICKS_PER_POINT: u64;
}Required Associated Constants§
const TICK_VALUE: Decimal
const TICKS_PER_POINT: u64
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".