Struct style::counter_style::AdditiveSymbols [] [src]

pub struct AdditiveSymbols(pub Vec<AdditiveTuple>);

https://drafts.csswg.org/css-counter-styles/#descdef-counter-style-additive-symbols

Trait Implementations

impl Clone for AdditiveSymbols
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for AdditiveSymbols
[src]

[src]

Formats the value using the given formatter. Read more

impl ToCss for AdditiveSymbols
[src]

[src]

Serialize self in CSS syntax, writing to dest.

[src]

Serialize self in CSS syntax and return a string. Read more

impl Parse for AdditiveSymbols
[src]

[src]

Parse a value of this type. Read more