RwSpin

Type Alias RwSpin 

Source
pub type RwSpin<T> = RwLock<RawRwSpin, T>;
Expand description

Read-write mutex type that uses RawRwSpin.

Aliased Typeยง

pub struct RwSpin<T> { /* private fields */ }