[][src]Module yew::virtual_dom::vcomp

This module contains the implementation of a virtual component VComp.

Structs

VComp

A virtual component.

Traits

Transformer

Converts property and attach empty scope holder which will be activated later.

Type Definitions

ScopeHolder

A reference to unknown scope which will be attached later with a generator function.