Trait fuel_merkle::common::ParentNode
source · [−]pub trait ParentNode: Node {
fn left_child(&self) -> Self;
fn right_child(&self) -> Self;
}
pub trait ParentNode: Node {
fn left_child(&self) -> Self;
fn right_child(&self) -> Self;
}