Type Definition style::Atom [] [src]

type Atom = Atom<AtomStaticSet>;

Trait Implementations

impl PartialEq<Atom> for AttrValue
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl ToComputedValue for Atom
[src]

The computed value type we're going to be converted to.

[src]

Convert a specified value to a computed value, using itself and the data inside the Context. Read more

[src]

Convert a computed value to specified value form. Read more