macro_rules! include_bundle {
() => { ... };
($custom_name:expr) => { ... };
}
Expand description
Includes the bundle file generated using write_bundle
.
This macro output is a Vec<LicenseUsed>
.
macro_rules! include_bundle {
() => { ... };
($custom_name:expr) => { ... };
}
Includes the bundle file generated using write_bundle
.
This macro output is a Vec<LicenseUsed>
.