macro_rules! map { ($func:path) => { ... }; ($func:path, $($args:expr),*) => { ... }; }
Fn(&Series, args)