Crate intovec [−] [src]
Convert types into a Vec, avoiding copies when possible.
Traits
IntoString |
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. |