Crate async_ffi_macros
source ·Expand description
Helper macros for async_ffi::FfiFuture
.
Attribute Macros
- A helper macro attribute to converts an
async fn
into a ordinaryfn
returningFfiFuture
.
Helper macros for async_ffi::FfiFuture
.
async fn
into a ordinary fn
returning FfiFuture
.