Type Alias RefMutRefMut

Source
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 */ }