Function bicoro::failable::to_coroutine[][src]

pub fn to_coroutine<I, O, R, E>(
    co: ResultCoroutine<'_, I, O, R, E>
) -> Coroutine<'_, I, O, Result<R, E>>
Expand description

Extracts a co-routine with a result

This is the opposite of lift. Useful when you need to get at the error for whatever reason