Skip to main content

Module discovery

Module discovery 

Source

Re-exports§

pub use client::DeviceSelectionDecision;
pub use client::DeviceSelectionPolicy;
pub use client::DeviceTrustState;
pub use client::DiscoveryAttempt;
pub use client::DiscoveryClient;
pub use client::DiscoveryClientOptions;
pub use client::DiscoveryDiagnostics;
pub use client::DiscoveryError;
pub use client::DiscoveryErrorDetails;
pub use client::DiscoveryOutcome;
pub use client::DiscoveryResult;
pub use client::DiscoveryTargetKind;
pub use client::ProtocolNegotiationReport;
pub use client::TrustDecision;
pub use client::TrustedDiscoveryOutcome;
pub use runner::discover_with_cache;
pub use runner::discover_with_cache_report;
pub use runner::discovery_dry_run;
pub use runner::run_discovery;
pub use runner::run_discovery_with_options;
pub use runner::run_discovery_with_options_report;
pub use runner::run_discovery_with_options_retry;
pub use runner::run_discovery_with_report;
pub use runner::run_discovery_with_retry;
pub use runner::DiscoveryDryRun;
pub use runner::DiscoveryInterface;
pub use runner::DiscoveryRetryPolicy;
pub use runner::DiscoveryRunError;
pub use runner::DiscoveryRunOptions;
pub use runner::DiscoveryRunReport;

Modules§

client
runner