shekohex / allo-isolate

Run Multithreaded Rust along with Dart VM (in isolate) 🌀
Apache License 2.0
120 stars 18 forks source link

Makes nested Vecs `IntoDart` #27

Closed wooden-worm closed 2 years ago

wooden-worm commented 2 years ago

This fixes https://github.com/fzyzcjy/flutter_rust_bridge/issues/692

The only real change is to add

impl<T> IntoDartExceptPrimitive for Vec<T> where T: IntoDartExceptPrimitive {}

This makes all nested Vec IntoDart