Expand description
Convert types into a Vec, avoiding copies when possible.
Traitsยง
- Into
String - Anything convertible into a String with or without copies, but avoiding them if possible.
- IntoVec
- Anything convertible into a Vec with or without copies, but avoiding them if possible.