Function bicoro::failable::result[][src]

pub fn result<'a, I, O, A, E>(a: A) -> ResultCoroutine<'a, I, O, A, E>
Expand description

Creates a coroutine from a

See result