Function sync_scope

Source
pub fn sync_scope<F, R>(value: String, f: F) -> R
where F: FnOnce() -> R,