Skip to main content

parse_rapx_attr

Function parse_rapx_attr 

Source
pub fn parse_rapx_attr(
    attr_str: &str,
    expected_name: &str,
) -> Result<Option<ParsedProperty>>
Expand description

Parse a raw attribute string into a structured requires property.

Returns Ok(None) when the attribute does not match rapx::<expected_name> or when it is not a list attribute.