impl_to_tokens

Macro impl_to_tokens 

Source
macro_rules! impl_to_tokens {
    {
    $ttype:ident $( [ $($tgen:tt)* ] )?,
    $fname:tt
} => { ... };
}