Struct ucglib::ast::ImportDef [−][src]
Encodes an import statement in the UCG AST.
Fields
path: Token
name: Token
Trait Implementations
impl Debug for ImportDef[src]
impl Debug for ImportDeffn 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 ImportDef[src]
impl PartialEq for ImportDef