Chore(Stage): Some Refactoring

This commit is contained in:
Tochukwu Nkemdilim
2018-07-18 17:23:51 +01:00
parent 468368bc30
commit e8b83bf245
10 changed files with 361 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
use std::collections::HashMap;
#[derive(Debug)]
pub struct Osx {
hotspot: Option<HashMap>,
connectivity: Option<HashMap>,
}