Struct style::sharing::StyleSharingTarget [] [src]

pub struct StyleSharingTarget<E: TElement> { /* fields omitted */ }

An element we want to test against the style sharing cache.

Methods

impl<E: TElement> StyleSharingTarget<E>
[src]

[src]

Trivially construct a new StyleSharingTarget to test against the cache.

[src]

Attempts to share a style with another node.

[src]

Gets the validation data used to match against this target, if any.

Trait Implementations

impl<E: TElement> Deref for StyleSharingTarget<E>
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.