pub trait DartSafe: UnwindSafe + RefUnwindSafe { }
Expand description

Marker trait for types that are safe to share with Dart and can be dropped safely in case of a panic.

Implementors§