pub trait CloneSPDatabase {
    fn clone_db(&self) -> Box<dyn SCDatabase>;
}
Expand description

Trait to clone SCDatabase

Required Methods§

clone DB

Implementors§