pub type SharedFs = Arc<Mutex<HashMap<String, String>>>;
Shared reference to the in-memory filesystem backing the mock.
pub struct SharedFs { /* private fields */ }