pub trait GetDatabase {
    // Required method
    fn get_database(&self) -> &mut WalletDatabase;
}

Required Methods§

Implementors§