Expand description
Finish and related types.
Structs§
- Auto
Finish - A wrapper struct that completes the processing of the underlying instance when drops.
- Auto
Finish Unchecked - A wrapper struct that completes the processing of the underlying instance when drops.
- Finish
Finishis a type that represents a value which may have an error occurred during the computation.
Traits§
- Complete
- This trait allows to complete an I/O related processing.