pub trait Template { // Required method fn render(self) -> String; }
A trait to render template structs.