Skip to main content

VecRefMut

Type Alias VecRefMut 

Source
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 */ }