Trait SymbolTableClone

Source
pub trait SymbolTableClone {
    // Required method
    fn clone_box<'a>(&self) -> Box<dyn SymbolTable + 'a>
       where Self: 'a;
}

Required Methods§

Source

fn clone_box<'a>(&self) -> Box<dyn SymbolTable + 'a>
where Self: 'a,

Implementors§