pub fn map_data_expr<F>(source: Stream, f: F) -> Streamwhere F: Fn(Expr) -> Result<Expr> + Send + Sync + 'static,
Returns a stream that rewrites each data packet’s payload expression with f.
f
Non-data packets pass through untouched.