7 ms·
You can store it independently without it being borrowed. So your structs don't need lifetimes. I consider it a midpoint between `String` and `&str`. Most of t
by phaylon 5y ago
You can store it independently without it being borrowed. So your structs don't need lifetimes.
I consider it a midpoint between `String` and `&str`. Most of the convenience of `String` (barring mutation) but less costly.