Type Alias flutter_rust_bridge::ffi::DartAbi

source ·
pub type DartAbi = DartCObject;

Aliased Type§

struct DartAbi {
    pub ty: DartCObjectType,
    pub value: DartCObjectValue,
}

Fields§

§ty: DartCObjectType§value: DartCObjectValue

Trait Implementations§

source§

impl From<DartOpaque> for DartAbi

source§

fn from(data: DartOpaque) -> Self

Converts to this type from the input type.
source§

impl<T: DartSafe> From<RustOpaque<T>> for DartAbi

source§

fn from(value: RustOpaque<T>) -> Self

Converts to this type from the input type.