Skip to main content

SharedFs

Type Alias SharedFs 

Source
pub type SharedFs = Arc<Mutex<HashMap<String, String>>>;
Expand description

Shared reference to the in-memory filesystem backing the mock.

Aliased Typeยง

pub struct SharedFs { /* private fields */ }