Trait fuel_merkle::common::ParentNode[][src]

pub trait ParentNode: Node {
    fn left_child(&self) -> Self;
fn right_child(&self) -> Self; }

Required methods

Implementors