#1624 introduces the RenderView trait, but this needs more work:
- the method names of
RenderView are not very nice
- the design of the trait is between two ideals:
- have full flexibility for each backend when rendering names
- factor out sensible strategies (e.g. name escaping)
- it works only with concrete idents, not global ones, thus we need to unwrap when we should not
We need to play with a little, figure out exactly what we want, and improve that design.
#1624 introduces the
RenderViewtrait, but this needs more work:RenderVieware not very niceWe need to play with a little, figure out exactly what we want, and improve that design.