[][src]Function rustc_ap_rustc_data_structures::sync::scope

pub fn scope<F, R>(f: F) -> R where
    F: FnOnce(&SerialScope) -> R,