pub(crate) fn sqlfunc_for_test(
attr: TokenStream,
item: TokenStream,
) -> Result<TokenStream>
Expand description
Non-exported version of sqlfunc
for testing purposes, accepting proc_macro2 token streams.
pub(crate) fn sqlfunc_for_test(
attr: TokenStream,
item: TokenStream,
) -> Result<TokenStream>
Non-exported version of sqlfunc
for testing purposes, accepting proc_macro2 token streams.