Skip to main content

parse_layout_text_justify

Function parse_layout_text_justify 

Source
pub fn parse_layout_text_justify(
    input: &str,
) -> Result<LayoutTextJustify, TextJustifyParseError<'_>>
Expand description

Parses a text-justify CSS value string into a LayoutTextJustify.

ยงErrors

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