flutter_rust_bridge 2.4.0

High-level memory-safe binding generator for Flutter/Dart <-> Rust
Documentation
1
2
3
4
5
6
pub trait BaseThreadPool {}

#[derive(Debug, Default)]
pub struct SimpleThreadPool;

impl BaseThreadPool for SimpleThreadPool {}