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

Trait to clone MCDatabase

Required methods

clone DB

Implementors