May 2019
Intermediate to advanced
698 pages
17h 21m
English
This trait is meant to be implemented for types that can be converted in to an owned version. For example, the &str type has this trait implemented for String. This means the &str type has a method called to_owned() on it that can convert it in to a String type, which is an owned type.
Read now
Unlock full access