Implement `ToTokens` for `LifetimeName`, so that formatting doesn't require an extra step.
This goes along with earlier changes, where, rather than separately representing the structured vs quoted data, we just use the structured data and quote it as necessary. Lets you keep using the structured data as long as you want, and reduces the (visual) complexity of formatting them.
Also, reduces the incidence of panic attacks from me reliving memories of trying to debug print in OCaml.
PiperOrigin-RevId: 451360750
diff --git a/rs_bindings_from_cc/BUILD b/rs_bindings_from_cc/BUILD
index 0e1be69..95cb8e4 100644
--- a/rs_bindings_from_cc/BUILD
+++ b/rs_bindings_from_cc/BUILD
@@ -270,6 +270,7 @@
"@crate_index//:quote",
"@crate_index//:serde",
"@crate_index//:serde_json",
+ "@crate_index//:syn",
],
)