Type Definition hyper_ast::position::StructuralPosition

source ·
pub type StructuralPosition<IdN = NodeIdentifier, Idx = u16> = StructuralPosition<IdN, Idx>;

Implementations§

source§

impl StructuralPosition<NodeIdentifier, u16>

source

pub fn make_position<'store, HAST>(&self, stores: &'store HAST) -> Positionwhere HAST: HyperAST<'store, T = HashedNodeRef<'store>, IdN = NodeIdentifier, Label = LabelIdentifier>, HAST::TS: TypeStore<HashedNodeRef<'store>, Ty = AnyType>,