Type Definition style::values::specified::background::BackgroundSize
[−]
[src]
type BackgroundSize = GenericBackgroundSize<LengthOrPercentageOrAuto>;
A specified value for the background-size
property.
Methods
impl BackgroundSize
[src]
Trait Implementations
impl Parse for BackgroundSize
[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