[][src]Macro calcite_proc_macros::export

export!() { /* proc-macro */ }

A macro that takes the functions to be exported for use in Deno as arguments

Syntax

export!(function1,function2,...);