Function style::properties::shorthands::border_right::parse_into [] [src]

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

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