Trait radn::flow::binary::BinaryTreesEmpty
source · pub trait BinaryTreesEmpty<'a>: MonadTrees<'a> {
// Required methods
fn empty(&self) -> Self::Tree;
fn split_key_empty(
&self,
tree: Self::Tree,
key: Self::Key
) -> BTWrap<'a, Self, KeySplit<Self>>;
}