Struct tagua_parser::ast::Term [] [src]

pub struct Term {
    pub t: Literal,
}

A term.

Fields

The term value.

Trait Implementations

impl Debug for Term
[src]

Formats the value using the given formatter.

impl PartialEq for Term
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.