Crate intovec

Source
Expand description

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.