Trait gluon_base::ast::AstClone[][src]

pub trait AstClone<'ast, Id> {
    fn ast_clone(&self, arena: ArenaRef<'_, 'ast, Id>) -> Self;
}

Required methods

Implementations on Foreign Types

Implementors