pub type RefMutRefMut<'a, T, U = T> = OwningRefMut<'a, RefMut<'a, T>, U>;
Expand description
Typedef of a mutable owning reference that uses a RefMut
as the owner.
Aliased Typeยง
pub struct RefMutRefMut<'a, T, U = T> { /* private fields */ }
pub type RefMutRefMut<'a, T, U = T> = OwningRefMut<'a, RefMut<'a, T>, U>;
Typedef of a mutable owning reference that uses a RefMut
as the owner.
pub struct RefMutRefMut<'a, T, U = T> { /* private fields */ }