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