Trait radn::flow::binary::TreesHeight
source · pub trait TreesHeight: BinaryTrees {
// Required method
fn height(&self, tree: &Self::Tree) -> u64;
}pub trait TreesHeight: BinaryTrees {
// Required method
fn height(&self, tree: &Self::Tree) -> u64;
}