pub trait RemoveRef {
    // Required method
    fn remove_ref(&mut self);
}

Required Methods§

source

fn remove_ref(&mut self)

| Indicate that database user has stopped | using the database and that it could | be flushed or closed. Decrement m_refcount |

Implementors§