tt-call 1.0.9

Token tree calling convention
Documentation
1
2
3
4
5
6
7
8
use tt_call::{parse_type, tt_call};

tt_call! {
    macro = [{ parse_type }]
    input = [{ impl }]
}

fn main() {}