I've used to pass `&mut dyn Write` to the templates, but it does not compile any more due to `<W>` bound on template functions lacking `?Sized`.
I've used to pass
&mut dyn Writeto the templates, but it does not compile any more due to<W>bound on template functions lacking?Sized.