pub trait Space {
const ZERO_SPAN_IS_EMPTY: bool;
}Expand description
Encodes the edge semantics of a coordinate space.
Required Associated Constants§
Sourceconst ZERO_SPAN_IS_EMPTY: bool
const ZERO_SPAN_IS_EMPTY: bool
Whether min == max on an axis means the box has zero extent.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".