[][src]Type Definition owning_ref::StringRefMut

type StringRefMut = OwningRefMut<String, str>;

Typedef of a mutable owning reference that uses a String as the owner.