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.