Module yew_agent::prelude

source ·
Expand description

Prelude module to be imported when working with yew-agent.

This module re-exports the frequently used types from the crate.

Re-exports

Structs

  • A handle to communicate with bridges.
  • This struct holds a reference to a component and to a global scheduler.

Enums

  • The reachability of an agent.

Traits

  • A trait to enable public workers being registered in a web worker.
  • A Worker that can be spawned by a spawner.

Attribute Macros