Type Alias owning_ref::RefMutRef

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

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

Aliased Type§

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