mirror of
https://github.com/Djeeberjr/fw-anwesenheit.git
synced 2026-04-30 18:49:09 +00:00
changed return type on Hotspot trait
This commit is contained in:
@@ -46,7 +46,9 @@ pub trait Hotspot {
|
|||||||
&self,
|
&self,
|
||||||
) -> impl std::future::Future<Output = Result<(), HotspotError>> + std::marker::Send;
|
) -> impl std::future::Future<Output = Result<(), HotspotError>> + std::marker::Send;
|
||||||
|
|
||||||
async fn disable_hotspot(&self) -> Result<(), HotspotError>;
|
fn disable_hotspot(
|
||||||
|
&self,
|
||||||
|
) -> impl std::future::Future<Output = Result<(), HotspotError>> + std::marker::Send;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// NetworkManager Hotspot
|
/// NetworkManager Hotspot
|
||||||
|
|||||||
Reference in New Issue
Block a user