pub type RefMutRef<'a, T, U = T> = OwningRef<RefMut<'a, T>, U>;
Typedef of a owning reference that uses a RefMut as the owner.
RefMut