Type Definition style::values::specified::border::BorderImageSideWidth
[−]
[src]
type BorderImageSideWidth = GenericBorderImageSideWidth<LengthOrPercentage, Number>;
A specified value for a single side of a border-image-width
property.
Methods
impl BorderImageSideWidth
[src]
Trait Implementations
impl Parse for BorderImageSideWidth
[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