Function match_template::replace_in_token_stream[][src]

pub(crate) fn replace_in_token_stream<T: ToTokens + Parse>(
    input: T,
    from_ident: &Ident,
    to_tokens: &TokenStream
) -> T