pub type DiscoveryFuture<'a> = Pin<Box<dyn Future<Output = DiscoveryReport> + Send + 'a>>;
#[repr(transparent)]pub struct DiscoveryFuture<'a> { /* private fields */ }