Struct style::counter_style::Negative [] [src]

pub struct Negative(pub Symbol, pub Option<Symbol>);

https://drafts.csswg.org/css-counter-styles/#counter-style-negative

Trait Implementations

impl Clone for Negative
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Negative
[src]

[src]

Formats the value using the given formatter. Read more

impl ToCss for Negative
[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 Negative
[src]

[src]

Parse a value of this type. Read more