Skip to main content

parse_into

Function parse_into 

Source
pub fn parse_into(
    declarations: &mut SourcePropertyDeclaration,
    context: &ParserContext<'_>,
    input: &mut Parser<'_>,
) -> Result<(), ParseError>
Expand description

Parse the given shorthand and fill the result into the declarations vector.