If I do
fn split(text: String) -> Vec<str> {
It tells me this
29 | fn split(text: String) -> Vec<str> {
| ^^^^^^^^ doesn't have a size known at compile-time
|
= help: the trait `Sized` is not implemented for `str`