Trait fuel_merkle::common::AsPathIterator[][src]

pub trait AsPathIterator<T> {
    fn as_path_iter(&self, leaf: &Self) -> PathIter<T>;
}

Required methods

Implementors