From 86fb6f3245ff6e309a485772af539878474c01c0 Mon Sep 17 00:00:00 2001 From: Jackson Coxson Date: Mon, 2 Jun 2025 20:02:38 -0600 Subject: [PATCH] Only create the RsdService trait with the rsd feature --- idevice/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/idevice/src/lib.rs b/idevice/src/lib.rs index f6614c8..88bea96 100644 --- a/idevice/src/lib.rs +++ b/idevice/src/lib.rs @@ -65,6 +65,7 @@ pub trait IdeviceService: Sized { ) -> impl std::future::Future> + Send; } +#[cfg(feature = "rsd")] pub trait RsdService: Sized { fn rsd_service_name() -> &'static str; fn from_stream(