Type Alias RefMutRef

Source
pub type RefMutRef<'a, T, U = T> = OwningRef<'a, RefMut<'a, T>, U>;
Expand description

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

Aliased Typeยง

pub struct RefMutRef<'a, T, U = T> { /* private fields */ }