Type Definition gloo_worker::Shared

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

Alias for Rc<RefCell<T>>