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