Struct bicoro::failable::ResultCoroutine[][src]

pub struct ResultCoroutine<'a, I, O, R, E> { /* fields omitted */ }
Expand description

A coroutine that supports a fatal, terminating error

This is really just a wrapper over the co-routine, where we were do some short-circuiting in bind

Implementations

Trait Implementations

Lift a value into a default structure.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.