Type Definition style::values::specified::border::BorderImageSlice
[−]
[src]
type BorderImageSlice = GenericBorderImageSlice<NumberOrPercentage>;
A specified value for the border-image-slice
property.
Trait Implementations
impl Parse for BorderImageSlice
[src]
fn parse<'i, 't>(
context: &ParserContext,
input: &mut Parser<'i, 't>
) -> Result<Self, ParseError<'i>>
[src]
context: &ParserContext,
input: &mut Parser<'i, 't>
) -> Result<Self, ParseError<'i>>
Parse a value of this type. Read more