macro_rules! ask_datetime_location {
($question:expr) => { ... };
($question:expr, $default_date:expr, $default_location:expr) => { ... };
}
macro_rules! ask_datetime_location {
($question:expr) => { ... };
($question:expr, $default_date:expr, $default_location:expr) => { ... };
}