obtain_read_lock

Function obtain_read_lock 

Source
pub fn obtain_read_lock<T>(
    rwlock: &RwLock<T>,
) -> LockResult<RwLockReadGuard<'_, T>>