Trait db_sqlx_postgres::dev::prelude::CloneSPDatabase
pub trait CloneSPDatabase {
fn clone_db(&self) -> Box<dyn MCDatabase + 'static, Global>;
}
Expand description
Trait to clone MCDatabase
Required Methods§
fn clone_db(&self) -> Box<dyn MCDatabase + 'static, Global>
fn clone_db(&self) -> Box<dyn MCDatabase + 'static, Global>
clone DB