Macro polars_plan::map_owned

source ยท
macro_rules! map_owned {
    ($func:path) => { ... };
    ($func:path, $($args:expr),*) => { ... };
}