pub type KeywordSerializer = fn(_: KeywordDiscriminant) -> String;
Expand description

Serializes a given discriminant.

FIXME(emilio): we could prevent this allocation if the ToCss code would generate a method for keywords to get the static string or something.