January 2019
Beginner to intermediate
554 pages
13h 31m
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