Function bicoro::failable::run_step[][src]

pub fn run_step<'a, I: 'a, O: 'a, R: 'a, E: 'a>(
    co: ResultCoroutine<'a, I, O, R, E>
) -> StepResult<'a, I, O, Result<R, E>>
Expand description

Just like run step, but gives a result type inside

see (function@run_step)