[][src]Module yew::virtual_dom

This module contains the implementation of reactive virtual dom concept.

Structs

Classes

A set of classes.

VChild

A virtual child component.

VComp

A virtual component.

VList

This struct represents a fragment of the Virtual DOM tree.

VTag

A type for a virtual Element representation.

VText

A type for a virtual TextNode representation.

Enums

VNode

Bind virtual element to a DOM reference.

Traits

Listener

Listener trait is an universal implementation of an event listener which helps to bind Rust-listener to JS-listener (DOM).

Transformer

Transform properties to the expected type.