Type Definition rhai::Shared[][src]

type Shared<T> = Rc<T>;

Immutable reference-counted container.