pub trait AckToken: Send + Sync + Debug { }
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).