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 {
vec: Vec<u8>,
}Fields§
§vec: Vec<u8>The vec to be used for serialization