Struct tuix_internal::common::theme::RuleParser[][src]

pub struct RuleParser;

Implementations

Trait Implementations

The intermediate representation of prelude of an at-rule with block;

The intermediate representation of prelude of an at-rule without block;

The finished representation of an at-rule.

The error type that is included in the ParseError value that can be returned.

Parse the prelude of an at-rule with the given name. Read more

End an at-rule which doesn’t have block. Return the finished representation of the at-rule. Read more

Parse the content of a { /* ... */ } block for the body of the at-rule. Read more

The intermediate representation of a qualified rule prelude.

The finished representation of a qualified rule.

The error type that is included in the ParseError value that can be returned.

Parse the prelude of a qualified rule. For style rules, this is as Selector list. Read more

Parse the content of a { /* ... */ } block for the body of the qualified rule. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.