Module yew::virtual_dom::vcomp

source ·
Expand description

This module contains the implementation of a virtual component VComp.

Structs

A virtual component.

Traits

Converts property and attach lazy components to it. This type holds context and components types to store an activatior which will be used later buring rendering state to attach component sender.