Some fixes for the examples and the crate

This commit is contained in:
Israel Duff
2021-02-03 19:39:18 +01:00
parent 69fb3ae92b
commit f55eac147b
6 changed files with 54 additions and 6 deletions
+1 -2
View File
@@ -1,4 +1,4 @@
mod providers;
pub mod providers;
use self::providers::prelude::HotspotConfig;
use crate::platforms::{WifiError, WifiInterface};
@@ -44,7 +44,6 @@ pub trait WifiHotspot: fmt::Debug + WifiInterface {
}
/// Stop serving a wireless network.
///
/// **NOTE: All users connected will automatically be disconnected.**
fn stop_hotspot(&mut self) -> Result<bool, WifiHotspotError> {
unimplemented!();