/// This struct is returned by the index::Index::search /// function. #[derive(Debug, Clone)] pub struct SearchResult { pub priority : u64, pub path : String }