[][src]Type Definition rhai::Shared

type Shared<T> = Rc<T>;

Immutable reference-counted container.