Function style::properties::shorthands::parse_border [] [src]

pub fn parse_border<'i, 't>(
    context: &ParserContext,
    input: &mut Parser<'i, 't>
) -> Result<(Color, BorderStyle, BorderSideWidth), ParseError<'i>>