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

Type Alias yew::scheduler::Shared

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

Alias for Rc<RefCell<T>>

Aliased Type§

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