Module uniffi::ffi::rustcalls

source ·
Expand description

§Low-level support for calling rust functions

This module helps the scaffolding code make calls to rust functions and pass back the result to the FFI bindings code.

It handles:

  • Catching panics
  • Adapting the result of Return::lower_return() into either a return value or an exception

Structs§

Enums§

Functions§