Module style_traits::values
[−]
[src]
Helper types and traits for the handling of CSS values.
Modules
specified |
Helper types for the handling of specified values. |
Structs
Comma |
Type used as the associated type in the |
CommaWithSpace |
Type used as the associated type in the |
SequenceWriter |
Convenience wrapper to serialise CSS values separated by a given string. |
Space |
Type used as the associated type in the |
Traits
OneOrMoreSeparated |
Marker trait on T to automatically implement ToCss for Vec |
Separator |
A trait satisfied by the types corresponding to separators. |
ToCss |
Serialises a value according to its CSS representation. |