Skip to main content

Space

Trait Space 

Source
pub trait Space {
    const ZERO_SPAN_IS_EMPTY: bool;
}
Expand description

Encodes the edge semantics of a coordinate space.

Required Associated Constants§

Source

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".

Implementors§