traits
-
September 17, 2026
Why Rust makes you import a trait to use its methods
An interesting challenge for a new student came up in our Rust cohort: they opened a file and wanted to read its contents from disk, but the compiler refused to let them call
read_to_string.