Skip to main content
This is unreleased documentation for Yew Next version.
For up-to-date documentation, see the latest version on docs.rs.

Module lazy

Module lazy 

Source
Expand description

Implements lazy fetching of components

Structs§

Lazy
Wrapper for a lazily fetched component
LazyVTable
Component vtable for a component.

Traits§

LazyComponent
Implement this trait to support lazily loading a component.