pub trait ToStr { // Required method fn to_str(&self) -> Str<'_>; }
Convert a reference to a Str.
Str
Perform the conversion.