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