I don't know Rust, but I assume String is a library type, like presumably many other types from the standard library which aren't listed (maps, vectors, etc.). From Rust docs:

The String type is the most common string type that has ownership over the contents of the string. It has a close relationship with its borrowed counterpart, the primitive str.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.