Trait db_sqlx_postgres::prelude::CloneSPDatabase
source · [−]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