Module transfer

Source

Structs§

BackendTransferHandle
BackendTransferHandle is a wrapper structure around a generic transfer handle whose implementation depends on the backend type that is being used.
ControlTransferState

Enums§

BackendTransferType

Traits§

BackendTransfer
The backend transfer trait implemention is the interface of a generic transfer structure that each backend type should implement to be compatible with the generic backend device provider logic.
GenericTransferHandle
Generic transfer handle is a generic handle that allows for cancellation of in-flight transfers. It should be implemented by all backends that need to be plugged into a generic BackendTransferHandle structure.