Closed wooden-worm closed 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
Vec
IntoDart
This fixes https://github.com/fzyzcjy/flutter_rust_bridge/issues/692
The only real change is to add
This makes all nested
Vec
IntoDart