Type Alias flutter_rust_bridge::DartFnFuture
source · pub type DartFnFuture<T> = Pin<Box<dyn Future<Output = T> + Send + UnwindSafe + 'static>>;
Expand description
Roughly speaking, just BoxFuture + UnwindSafe.
Aliased Type§
struct DartFnFuture<T> { /* private fields */ }