Trait ApplyModule

Source
pub trait ApplyModule<M>
where M: Module<Input = Self>,
{ // Provided method fn apply(&self, module: M) -> M::Output { ... } }

Provided Methods§

Source

fn apply(&self, module: M) -> M::Output

Implementors§

Source§

impl<T, M> ApplyModule<M> for T
where M: Module<Input = T>,