pub fn eval_borrowed<'u, 'i, F>(
    unimock: &'u Unimock,
    inputs: <F as MockInputs<'i>>::Inputs
) -> Evaluation<'i, &'u F::Output, F>where
    F: MockFn + 'static,
Expand description

Evaluate a MockFn given some inputs, to produce its output, where output is borrowed from self.