Skip to main content

MappedMutexGuard

Type Alias MappedMutexGuard 

Source
pub type MappedMutexGuard<'a, T> = MappedMutexGuard<'a, Mutex<()>, T>;
Expand description

A guard that provides mutable data access via a mapping (compatible with lock_api).

Aliased Typeยง

pub struct MappedMutexGuard<'a, T> { /* private fields */ }