From 4dde3b5d8c2b7b7c14bb230696998970bc304a95 Mon Sep 17 00:00:00 2001 From: timofey Date: Mon, 4 Sep 2023 15:45:45 +0000 Subject: [PATCH] `KeySplit` reformat --- src/flow/binary.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/flow/binary.rs b/src/flow/binary.rs index 7263bf5..394e2a1 100644 --- a/src/flow/binary.rs +++ b/src/flow/binary.rs @@ -13,6 +13,7 @@ pub type Split = ( ::Tree, ::Key, ); + pub type KeySplit = (::Tree, ::Tree); pub type BTWrap<'a, BT, A> = WrapC<'a, A, BT>;