[][src]Function rustc_data_structures::sync::serial_scope

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