aboutsummaryrefslogtreecommitdiff
path: root/src/searchresult.rs
blob: 6a0dd301b7c3b1f75a14ec15bbcee83231593414 (plain)
1
2
3
4
5
pub struct SearchResult {
    pub priority : u64,
    pub path : String
}