pub type ScriptsTableRef<E> = Arc<ScriptsTable<E>>;
struct ScriptsTableRef<E> { /* private fields */ }