Type Alias ScanResults

Source
pub type ScanResults = Arc<Vec<ScanResult>>;
Expand description

A vector of ScanResult, wrapped in an Arc. If more than one client is awaiting the result of a scan, the result will be shared between them.

Aliased Typeยง

pub struct ScanResults { /* private fields */ }