[][src]Function tracers_codegen::proc_macros::tracer_impl

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