mirror of
https://github.com/mlua-rs/mlua
synced 2026-06-08 16:05:43 +00:00
c2eab173c5
This feature allow to opt into `impl UserData` for `Rc<T>`/`Arc<T>`/`Rc<RefCell<T>>`/`Arc<Mutex<T>>` where `T: UserData` Close #470