Trait radn::flow::binary::BinaryTreesTryJoin
source · pub trait BinaryTreesTryJoin<'a>: MonadTrees<'a> {
// Required method
fn try_join(
&self,
tl: Self::Tree,
key: Self::Key,
tr: Self::Tree
) -> BTWrap<'a, Self, Self::Node>;
}