remote_settings

Macro packaged_attachments

source
macro_rules! packaged_attachments {
    () => { ... };
    ($(($bucket:expr, $collection:expr) => [$($filename:expr),* $(,)?]),* $(,)?) => { ... };
}