macro_rules! map_owned {
($func:path) => { ... };
($func:path, $($args:expr),*) => { ... };
}
Expand description
FnOnce(Series)
FnOnce(Series, args)
macro_rules! map_owned {
($func:path) => { ... };
($func:path, $($args:expr),*) => { ... };
}
FnOnce(Series)
FnOnce(Series, args)