This is unreleased documentation for Yew Next version.
For up-to-date documentation, see the latest version on docs.rs.
yew::scheduler

Type Alias Shared

source
pub type Shared<T> = Rc<RefCell<T>>;
Expand description

Alias for Rc<RefCell<T>>

Aliased Typeยง

struct Shared<T> { /* private fields */ }