pub trait Template { type Output; // Required method fn define(self) -> <Self as Template>::Output; }