Module uniffi::ffi::ffidefault

source ·
Expand description

FfiDefault trait

When we make a FFI call into Rust we always need to return a value, even if that value will be ignored because we’re flagging an exception. This trait defines what that value is for our supported FFI types.

Traits§