pub type StdVec = AllocVec;
The StdVec flavor is a wrapper type around a std::vec::Vec.
StdVec
std::vec::Vec
This type is only available when the (non-default) use-std feature is active
use-std
struct StdVec { /* private fields */ }