pub trait TreeIndex: PrimInt + AsPrimitive<usize> + AsPrimitive<u8> + Shl<Self, Output = Self> + Debug + 'static { }
Expand description

Trait alias for types which can act as indices within an Octree.

Implementors