Style.DisplaySourceCSS display property controlling box generation and child layout algorithm.
The display property determines how an element generates boxes and which layout algorithm applies to its children.
to_string display converts display to its CSS string representation.
compare a b returns a comparison result for use in ordered containers.
The ordering is Block < Flex < Grid < None.
pp fmt display prints display to the formatter fmt.