Struct style::counter_style::Fallback [] [src]

pub struct Fallback(pub CustomIdent);

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

Trait Implementations

impl Clone for Fallback
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Fallback
[src]

[src]

Formats the value using the given formatter. Read more

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

[src]

Parse a value of this type. Read more