Type Definition postcard::ser_flavors::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