Skip to main content

Module ack_callback

Module ack_callback 

Source

Traits§

AckCallback
Trait representing an acknowledgment callback. This trait defines two methods: on_success and on_exception.

Type Aliases§

AckCallbackFn
Type alias for a function that acts as an acknowledgment callback. The function takes two optional arguments: an AckResult and an error.