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

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