What about adding more traits to Rust to make it more standart for structs that share the same methods ?
for examples:
len()contains()startswith()endswith()strip_prefix()- ...
that would allow for functions that could take any arguments (&str, String, Vec, ...)
making it easier to work with some specific needs and add standardization avoiding people to use alternate names