pub type PeerProbe = Arc<dyn Fn(&str, SearchRequest) -> Result<Vec<SearchResult>, String> + Send + Sync + 'static>;Expand description
Type-erased peer probe. Returns the per-peer hit list for
request, or an error message if the peer is unreachable.
Aliased Typeยง
pub struct PeerProbe { /* private fields */ }