Type Alias KeywordSerializer

Source
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.