parse_hls_macro_attribute

Function parse_hls_macro_attribute 

Source
pub fn parse_hls_macro_attribute(
    attribute: &Attribute,
) -> Result<Option<HlsArguments>, Error>
Expand description

Try to parse a rust_hls macro from an attribute

Should only be called on macros that are known to be rust_hls macros