mirror of
https://github.com/Djeeberjr/fw-anwesenheit.git
synced 2025-07-02 01:04:16 +00:00
changed return type on Hotspot trait
This commit is contained in:
parent
2150fff6a5
commit
c04e0ab897
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user