Type Definition rustc_data_structures::owning_ref::StringRef[][src]

pub type StringRef = OwningRef<String, str>;
Expand description

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