StdVec

Type Alias StdVec 

Source
pub type StdVec = AllocVec;
Expand description

The StdVec flavor is a wrapper type around a std::vec::Vec.

This type is only available when the (non-default) use-std feature is active

Aliased Typeยง

pub struct StdVec { /* private fields */ }