Skip to main content

__dataframe_row_when_rayon

Macro __dataframe_row_when_rayon 

Source
#[doc(hidden)]
macro_rules! __dataframe_row_when_rayon { ($($item:tt)*) => { ... }; }
Expand description

No-rayon build: the wrapped parallel methods vanish entirely. The trait’s *_par methods are themselves #[cfg(feature = "rayon")], so there is nothing to override.