pub fn parse_hls_macro_module(
module: ItemMod,
available_dependencies: &HashSet<String>,
) -> Result<HlsModuleContentInformation, Error>
Expand description
Parse and verify the macro content.
ยงArguments
module
- The module to parse.available_dependencies
- The external dependencies that are could be used inside the module