pub type StringRef<'u> = OwningRef<'u, String, str>;
Typedef of a owning reference that uses a String as the owner.
String
pub struct StringRef<'u> { /* private fields */ }