Struct style::stylesheets::supports_rule::Declaration [] [src]

pub struct Declaration(pub String);

A possibly-invalid property declaration

Methods

impl Declaration
[src]

[src]

Parse a declaration

[src]

Trait Implementations

impl Clone for Declaration
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Declaration
[src]

[src]

Formats the value using the given formatter. Read more

impl ToCss for Declaration
[src]

[src]

Serialize self in CSS syntax, writing to dest.

[src]

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