Trait fuel_merkle::common::ParentNode [−][src]
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;
}