pub fn try_throws(
    attribute_tokens: TokenStream,
    function_tokens: TokenStream
) -> Result<TokenStream, Report>