macro_rules! import_statement { ($( $import:expr ),*) => { ... }; ($( $import:expr, )*) => { ... }; }