Skip to main content

RefMut

Type Alias RefMut 

Source
type RefMut<'a, T> = &'a mut T;