pub trait AddRef {
    // Required method
    fn add_ref(&mut self);
}

Required Methods§

source

fn add_ref(&mut self)

| Indicate the a new database user has | began using the database. Increments | m_refcount |

Implementors§