Type Definition hyper_ast::store::nodes::legion::NodeIdentifier

source ·
pub type NodeIdentifier = Entity;

Trait Implementations§

source§

impl NodeId for NodeIdentifier

§

type IdN = Entity

source§

fn as_id(&self) -> &Self::IdN

source§

unsafe fn from_id(id: Self::IdN) -> Self

source§

unsafe fn from_ref_id(id: &Self::IdN) -> &Self

source§

impl TypedNodeId for NodeIdentifier

§

type Ty = AnyType