Type Alias idx_binary::IdxFileAvlTriee

source ·
pub type IdxFileAvlTriee<T, I> = Avltriee<T, I, IdxFileAllocator<T>>;

Aliased Type§

struct IdxFileAvlTriee<T, I> { /* private fields */ }