shex_ast/ir/
node_kind.rs

1#[derive(PartialEq, Eq, Hash, Clone, Debug)]
2pub enum NodeKind {
3    Iri,
4    BNode,
5    NonLiteral,
6    Literal,
7}