parse_variable_or_attribute

Function parse_variable_or_attribute 

Source
pub fn parse_variable_or_attribute<'a>(
    s: &'a str,
) -> Result<Either<Variable<'a>, Attribute>, (VariableParseError, AttributeParseError)>