Vec
Represents a dynamic array in contract storage.This type is zero-sized and cannot be instantiated. Vectors can only be used in storage contexts and manipulated using the associated VecTrait
and MutableVecTrait
traits.
Fully qualified path: core::starknet::storage::vec::Vec
#[phantom]
pub struct Vec<T> {}