Function tailcall::trampoline::run

source ·
pub fn run<StepFn, Input, Output>(step: StepFn, input: Input) -> Output
where StepFn: Fn(Input) -> Next<Input, Output>,
Expand description

Runs a step function aginast a particular input until it resolves to an output.