pub fn sqlfunc(
attr: TokenStream,
item: TokenStream,
include_test: bool,
) -> Result<TokenStream>
Expand description
Implementation for the #[sqlfunc]
macro. The first parameter is the attribute
arguments, the second is the function body. The third parameter indicates
whether to include the test function in the output.
The feature test
must be enabled to include the test function.