Struct ucglib::ast::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]
impl Debug for LetDeffn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for LetDef[src]
impl PartialEq for LetDef