Type Definition owning_ref::RefMutRefMut

source · []
pub type RefMutRefMut<'a, T, U = T> = OwningRefMut<RefMut<'a, T>, U>;
Expand description

Typedef of a mutable owning reference that uses a RefMut as the owner.