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