pub struct StorageVecIter<V> {
    values: StorageKey<StorageVec<V>>,
    len: u64,
    index: u64,
}

Fields

values: StorageKeylen: u64index: u64