Type Definition owning_ref::ErasedBoxRefMut [] [src]

type ErasedBoxRefMut<U> = OwningRefMut<Box<Erased>, U>;

Typedef of a mutable owning reference that uses an erased Box as the owner.