Type Alias LineClamp

Source
pub type LineClamp = GenericLineClamp<Integer>;
Expand description

A specified value for the line-clamp property.

Aliased Type§

#[repr(transparent)]
pub struct LineClamp(pub Integer);

Tuple 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 |