[−][src]Type Definition owning_ref::StringRef
type StringRef = OwningRef<String, str>;
Typedef of a owning reference that uses a String
as the owner.
type StringRef = OwningRef<String, str>;
Typedef of a owning reference that uses a String
as the owner.