Skip to main content

parse_layout_display

Function parse_layout_display 

Source
pub fn parse_layout_display(
    input: &str,
) -> Result<LayoutDisplay, LayoutDisplayParseError<'_>>
Expand description

ยงErrors

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