Type Definition yew::scheduler::Shared[][src]

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

Alias for Rc<RefCell>