Type Alias 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.
Aliased Type§
struct RefMutRefMut<'a, T, U = T> { /* private fields */ }