pub fn tracer_impl(
attr_tokens: TokenStream,
tokens: TokenStream,
) -> TracersResult<TokenStream>
Expand description
Actual implementation of the macro logic, factored out of the proc macro itself so that it’s more testable
pub fn tracer_impl(
attr_tokens: TokenStream,
tokens: TokenStream,
) -> TracersResult<TokenStream>
Actual implementation of the macro logic, factored out of the proc macro itself so that it’s more testable