Type Definition yew::scheduler::Shared

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

Alias for Rc<RefCell<T>>