AckToken

Trait AckToken 

Source
pub trait AckToken:
    Send
    + Sync
    + Debug { }
Expand description

Marker trait for acknowledgment tokens.

Implementors represent a position or state that can be acknowledged to the upstream source (e.g., Kafka offset, SQS receipt handle).

Implementorsยง