pub fn mapping<P, T, I, O>(
component: &T,
input_lens: &I,
output_lens: &O,
problem: &P,
state: &mut State<'_, P>,
) -> ExecResult<()>Expand description
A default implementation of Component::execute for types implementing Mapping.