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

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

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