Struct ucglib::ast::tree::LetDef
[−]
[src]
pub struct LetDef { pub name: Token, pub value: Expression, }
Encodes a let statement in the UCG AST.
Fields
name: Token
value: Expression
Trait Implementations
impl Debug for LetDef
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more