[][src]Trait susudb::traits::SusuDatabaseTrait

pub trait SusuDatabaseTrait {
    fn new() -> Self;
fn config(&mut self, db_name: &'static str);
fn get(&self, key: &str) -> Option<String>;
fn add(&self, item: SusuData) -> bool; }

Required methods

fn new() -> Self

fn config(&mut self, db_name: &'static str)

fn get(&self, key: &str) -> Option<String>

fn add(&self, item: SusuData) -> bool

Loading content...

Implementors

impl SusuDatabaseTrait for SusuDatabase[src]

Loading content...