Struct style::stylesheet_set::StylesheetFlusher [] [src]

pub struct StylesheetFlusher<'a, S> where
    S: StylesheetInDocument + PartialEq + 'static, 
{ /* fields omitted */ }

A struct to iterate over the different stylesheets to be flushed.

Methods

impl<'a, S> StylesheetFlusher<'a, S> where
    S: StylesheetInDocument + PartialEq + 'static, 
[src]

[src]

The data validity for a given origin.

[src]

Whether the origin data is dirty in any way.

Important traits for StylesheetCollectionIterator<'a, S>
[src]

Returns an iterator over the stylesheets of a given origin, assuming all of them will be flushed.

Important traits for PerOriginFlusher<'a, S>
[src]

Returns a flusher for the dirty origin origin.

[src]

Returns whether running the whole flushing process would be a no-op.

[src]

Returns whether any DOM invalidations were processed as a result of the stylesheet flush.