InputMapper

Trait InputMapper 

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

Required Methods§

Source

fn configure(&self, foo: T) -> fn() -> S

Implementors§