aboutsummaryrefslogtreecommitdiff
path: root/src/searchresult.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/searchresult.rs')
-rw-r--r--src/searchresult.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/searchresult.rs b/src/searchresult.rs
index 6a0dd30..cc882ff 100644
--- a/src/searchresult.rs
+++ b/src/searchresult.rs
@@ -1,4 +1,5 @@
-
+/// This struct is returned by the index::Index::search
+/// function.
pub struct SearchResult {
pub priority : u64,
pub path : String