Enum simplecss::Combinator [] [src]

pub enum Combinator {
    Space,
    GreaterThan,
    Plus,
}

CSS combinator.

Variants

Descendant selector

Child selector

Adjacent sibling selector

Trait Implementations

impl PartialEq for Combinator
[src]

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

This method tests for !=.

impl Debug for Combinator
[src]

Formats the value using the given formatter.