Skip to main content

export

Attribute Macro export 

Source
#[export]
Expand description

Export a function across the FFI boundary. An async fn lowers to an asynchronous symbol; a fn -> Result<T, E> is fallible.