Type Alias fuchsia_sync::RwLock

source ·
pub type RwLock<T> = RwLock<RawSyncRwLock, T>;

Aliased Type§

struct RwLock<T> { /* private fields */ }