Trait fuel_merkle::common::AsPathIterator
source · pub trait AsPathIterator<T: ParentNode> {
// Required method
fn as_path_iter(&self, leaf: &Self) -> PathIter<T>;
}
pub trait AsPathIterator<T: ParentNode> {
// Required method
fn as_path_iter(&self, leaf: &Self) -> PathIter<T>;
}