Type Alias StringRef

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

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

Aliased Typeยง

pub struct StringRef<'u> { /* private fields */ }