Module string

Source
Expand description

Types used to represent strings.

Structsยง

CSSString
A quoted CSS string.
CowArcStr
A string that is either shared (heap-allocated and atomically reference-counted) or borrowed from the input CSS source code.