pub type FileIndex = SqliteIndex;Expand description
Backward-compatible FileIndex wrapper
This type alias allows existing code to continue working while migrating from the old in-memory HashMap implementation.
Aliased Typeยง
pub struct FileIndex { /* private fields */ }