Struct tagua_parser::ast::Term
[−]
[src]
pub struct Term {
pub t: Literal,
}A term.
Fields
t: Literal
The term value.