tracer_impl

Function tracer_impl 

Source
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