Skip to main content

ReadLockResult

Type Alias ReadLockResult 

Source
pub type ReadLockResult = LockResult<PtrConst>;
Expand description

Result of acquiring a read lock (shared access) - data is immutable

Aliased Typeยง

pub struct ReadLockResult { /* private fields */ }