Struct style::counter_style::Ranges [] [src]

pub struct Ranges(pub Vec<Range<Option<i32>>>);

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

Empty Vec represents 'auto'

Trait Implementations

impl Clone for Ranges
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Ranges
[src]

[src]

Formats the value using the given formatter. Read more

impl Parse for Ranges
[src]

[src]

Parse a value of this type. Read more

impl ToCss for Ranges
[src]

[src]

Serialize self in CSS syntax, writing to dest.

[src]

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