mownstr
0.2.1
All Items
Crate Items
Structs
Crate
mownstr
Copy item path
Source
Expand description
MownStr
is either a borrowed reference to a
str
or an own
Box<str>
.
Structs
§
MownStr
“Maybe own str”: either a borrowed reference to a
str
or an owned
Box<str>
.