Type Alias RwLockWriteControllerData

Source
pub type RwLockWriteControllerData<'a> = RwLockWriteGuard<'a, ControllerData>;

Aliased Typeยง

struct RwLockWriteControllerData<'a> { /* private fields */ }