Struct kuchiki::Selector[][src]

pub struct Selector(_);

A pre-compiled CSS Selector.

Methods

impl Selector
[src]

Returns whether the given element matches this selector.

Return the specificity of this selector.

Trait Implementations

impl Display for Selector
[src]

Formats the value using the given formatter. Read more

impl Debug for Selector
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Selector

impl Sync for Selector