pub trait InputMapper<T, S>where T: InputConfig<S>,{ // Required method fn configure(&self, foo: T) -> fn() -> S; }