pub struct RefMut<'b, T>where
T: 'b + ?Sized,{ /* private fields */ }
Expand description
A wrapper type for a mutably borrowed value from a RefCell<T>
.
See the module-level documentation for more.
pub struct RefMut<'b, T>where
T: 'b + ?Sized,{ /* private fields */ }
A wrapper type for a mutably borrowed value from a RefCell<T>
.
See the module-level documentation for more.