Macro map_customer

Source
macro_rules! map_customer {
    ($value:expr, $f:expr) => { ... };
}