Struct with_locals::dyn_safe::ContinuationReturn[][src]

pub struct ContinuationReturn;
Expand description

Used to manually call #[with(dyn_safe = true)] functions.

They need a fixed / non-generic return type, but using () would be error-prone when manually implementing such with functions. Using this is thus more type-safe.

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.