Type Alias uniffi::ForeignFutureCallback

pub type ForeignFutureCallback<FfiType> = extern "C" fn(_: u64, _: ForeignFutureResult<FfiType>);
Expand description

Reexport items from other uniffi creates Callback that’s passed to a foreign async functions.

See LiftReturn trait for how this is implemented.