pub trait BaseIndexInterface: GetName + Init + WriteBlock + CommitInternal + Rewind + GetDB { }

Implementors§