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

Trait to clone MCDatabase

Required Methods

clone DB

Implementors