Skip to main content

parse_style_text_overflow

Function parse_style_text_overflow 

Source
pub fn parse_style_text_overflow(
    input: &str,
) -> Result<StyleTextOverflow, StyleTextOverflowParseError<'_>>
Expand description

Parses a StyleTextOverflow from a string slice.

ยงErrors

Returns an error if input is not a valid CSS text-overflow value.