diff --git a/src/hotspot.rs b/src/hotspot.rs index d4f50ef..cc7dd89 100644 --- a/src/hotspot.rs +++ b/src/hotspot.rs @@ -46,7 +46,9 @@ pub trait Hotspot { &self, ) -> impl std::future::Future> + std::marker::Send; - async fn disable_hotspot(&self) -> Result<(), HotspotError>; + fn disable_hotspot( + &self, + ) -> impl std::future::Future> + std::marker::Send; } /// NetworkManager Hotspot