Function fuel_core_storage::iter::iterator

source ยท
pub fn iterator<'a, V>(
    tree: &'a BTreeMap<Vec<u8>, V>,
    prefix: Option<&[u8]>,
    start: Option<&[u8]>,
    direction: IterDirection,
) -> impl Iterator<Item = (&'a Vec<u8>, &'a V)> + 'a
Expand description

Returns an iterator over the values in the BTreeMap.