Type Definition owning_ref::StringRefMut [−][src]
type StringRefMut = OwningRefMut<String, str>;
Typedef of a mutable owning reference that uses a String
as the owner.
type StringRefMut = OwningRefMut<String, str>;
Typedef of a mutable owning reference that uses a String
as the owner.