pub fn setns_spawn_all<F, T>(ns: Namespaces, f: F) -> Result<HashMap<String, T>>where F: Fn() -> T + Send + 'static, T: Send + for<'de> Deserialize<'de> + Serialize + 'static + Debug,