Skip to main content

Axis

Trait Axis 

Source
pub trait Axis: Axis { }
Expand description

Marker for a local-handle axis (node, edge, vertex, hyperedge, incidence).

Sealed: only the in-tree axis markers below implement it, so LocalId cannot be branded with an arbitrary external type.

§Performance

perf: unspecified; this is a marker trait.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§