Type Alias style::values::specified::box_::LineClamp

source ·
pub type LineClamp = GenericLineClamp<Integer>;
Expand description

A specified value for the line-clamp property.

Aliased Type§

struct LineClamp(pub Integer);

Fields§

§0: Integer

Trait Implementations§

source§

impl Parse for LineClamp

source§

fn parse<'i, 't>( context: &ParserContext<'_>, input: &mut Parser<'i, 't> ) -> Result<Self, ParseError<'i>>

none |