#[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.