pub type VecRefMut<'a, V> = WriteGuard<'a, V>;Expand description
Write guard returned by SyncVec::get_mut.
Aliased Typeยง
pub struct VecRefMut<'a, V> { /* private fields */ }pub type VecRefMut<'a, V> = WriteGuard<'a, V>;Write guard returned by SyncVec::get_mut.
pub struct VecRefMut<'a, V> { /* private fields */ }