pub type DetectFn = Box<dyn Fn() -> Pin<Box<dyn Future<Output = Result<Option<InstallDetection>, UpdateKitError>> + Send>> + Send + Sync>;Expand description
Async function type for custom detection.
Aliased Typeยง
pub struct DetectFn(/* private fields */);