pub trait Module { type Clients; // Required method fn create(&self, client: Self::Clients) -> Controllers; }