Skip to main content

parse_layout_overflow

Function parse_layout_overflow 

Source
pub fn parse_layout_overflow(
    input: &str,
) -> Result<LayoutOverflow, LayoutOverflowParseError<'_>>
Expand description

Parses a LayoutOverflow from a string slice.

ยงErrors

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