Type Alias owning_ref::StringRef

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

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

Aliased Type§

struct StringRef { /* private fields */ }