solomon_gremlin/structure/
t.rs

1#[derive(Debug, PartialEq, Eq, Clone)]
2pub enum T {
3	Id,
4	Key,
5	Label,
6	Value,
7}