Function tailcall::trampoline::run[][src]

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

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