macro_rules! deref_mut { ($ty:ident $(<$($generic:ident),*>)? => $field:tt) => { ... }; }
A helper to implement DerefMut for a type.
DerefMut