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