Type Definition 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.