pub type UnsealedIndex = (ComposablePlaintext, Box<dyn ComposableIndex + Send>, Cow<'static, str>, IndexType);
Expand description
The combination of plaintext, index, name and index type for a particular field
pub type UnsealedIndex = (ComposablePlaintext, Box<dyn ComposableIndex + Send>, Cow<'static, str>, IndexType);
The combination of plaintext, index, name and index type for a particular field