mirror of
https://github.com/askama-rs/askama.git
synced 2025-10-02 07:20:55 +00:00

The previous implementation hid the error returned by render, which made it impossible for callers to react to rendering errors. While having a simple way to call into would be nice, there is not way to have both implementations without adding any manual specialization. Thus, the From impl is replaced by the TryFrom impl.