pub fn parse_layout_overflow<'a>(
input: &'a str,
) -> Result<LayoutOverflow, LayoutOverflowParseError<'a>>Expand description
Parses a LayoutOverflow from a string slice.
pub fn parse_layout_overflow<'a>(
input: &'a str,
) -> Result<LayoutOverflow, LayoutOverflowParseError<'a>>Parses a LayoutOverflow from a string slice.