macro_rules! deref_mut {
    ($ty:ident $(<$($generic:ident),*>)? => $field:tt) => { ... };
}
Expand description

A helper to implement DerefMut for a type.