Chore(Stage): Some Refactoring
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
use std::collections::HashMap;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct Osx {
|
||||
hotspot: Option<HashMap>,
|
||||
connectivity: Option<HashMap>,
|
||||
}
|
||||
Reference in New Issue
Block a user