pub struct Finish<S> { /* private fields */ }
Expand description

Future for the finish method.

Implementations

Trait Implementations

The type of value that this future will resolved with if it is successful. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Map this future’s result to a different type, returning a new future of the resulting type. Read more

Chain on a computation for when a future finished, passing the result of the future to the provided closure f. Read more

Add timeout to futures chain. Read more

Wrap the future in a Box, pinning it. Read more

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.