pub trait OdraPoet: Sized { type Poet: From<Self> + GenerateCode; }
Types which can generate code.
The underlying generator generating the code.