flutter_rust_bridge 2.4.0

High-level memory-safe binding generator for Flutter/Dart <-> Rust
Documentation
1
2
3
4
5
6
7
use super::auto_drop_dart_persistent_handle::AutoDropDartPersistentHandle;
use crate::dart_opaque::boxes::dart_isolate_box::DartIsolateBox;
use dart_sys_fork::Dart_Handle;

pub type GeneralizedAutoDropDartPersistentHandle = AutoDropDartPersistentHandle;
pub type GeneralizedDartHandleBox<T> = DartIsolateBox<T>;
pub type GeneralizedDartHandle = Dart_Handle;