macro_rules! decode_embedding {
() => { ... };
($custom_name:expr) => { ... };
}Expand description
Embed the file generated using write_embedding and expands to a decode_licenses that decodes the embedding.
This macro output is a Vec<LicenseUsed>.