Skip to main content

setns_spawn

Function setns_spawn 

Source
pub fn setns_spawn<F, T>(n: Namespace, f: F) -> Result<T>
where F: FnOnce() -> T + Send + 'static, T: Send + for<'de> Deserialize<'de> + Serialize + 'static + Debug,