Skip to main content

Crate stylo_static_prefs

Crate stylo_static_prefs 

Source

Macros§

default_value
Returns the default value for a preference exposed to the style crate. This is what will be used if the embedder has not set the preference.
pref
Returns the value of a preference exposed to the style crate. If the embedder has not set a value for it, this returns the default value of the preference.
set_pref
Sets a preference to the provided value.

Traits§

Preference