pub trait IsHeight: IsHeight {
const HEIGHT: u8;
}
Available on crate feature
internal
only.Expand description
The constant u8
associated with each unary height.
Required Associated Constants§
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.