pub trait ClientGeneratorExt<'a> { // Required method fn generator(&'a self) -> ClientGenerator<'a>; }