Struct style::invalidation::element::invalidator::Invalidation [] [src]

pub struct Invalidation<'a> { /* fields omitted */ }

An Invalidation is a complex selector that describes which elements, relative to a current element we are processing, must be restyled.

Methods

impl<'a> Invalidation<'a>
[src]

[src]

Create a new invalidation for a given selector and offset.

Trait Implementations

impl<'a> Clone for Invalidation<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> Debug for Invalidation<'a>
[src]

[src]

Formats the value using the given formatter. Read more