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