[][src]Type Definition ccl_owning_ref::RefMutRef

type RefMutRef<'a, T, U = T> = OwningRef<RefMut<'a, T>, U>;

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