Trait flutter_rust_bridge::rust2dart::IntoDart
source · [−]pub trait IntoDart {
fn into_dart(self) -> DartCObject;
}
Expand description
A trait to convert between Rust types and Dart Types that could then be sent to the isolate
see: crate::Isolate::post
Required Methods
sourcefn into_dart(self) -> DartCObject
fn into_dart(self) -> DartCObject
Consumes Self
and Performs the conversion.