[][src]Trait Alias generic_octree::LocCode

trait LocCode = Eq + Hash + Copy + Debug + Shr<Output = Self> + Shl<Output = Self> + BitOr<Output = Self> + BitAnd<Output = Self> + From<u8> + From<Self> + TryInto<u8>;