Trait simple_db_rust::util::HandyRwLock[][src]

pub trait HandyRwLock<T> {
    fn wl(&self) -> RwLockWriteGuard<'_, T>;
fn rl(&self) -> RwLockReadGuard<'_, T>; }

Required methods

Implementations on Foreign Types

Implementors