Function bicoro::failable::receive[][src]

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

Just like coroutine receive, but sugared for result coroutines

see (function@receive)