pub type RejectionMapper = Arc<dyn Fn(EnqueueRejectReason) -> FirqHttpRejection + Send + Sync>;Expand description
Function used to map enqueue rejections into HTTP-facing errors.
Aliased Typeยง
pub struct RejectionMapper { /* private fields */ }pub type RejectionMapper = Arc<dyn Fn(EnqueueRejectReason) -> FirqHttpRejection + Send + Sync>;Function used to map enqueue rejections into HTTP-facing errors.
pub struct RejectionMapper { /* private fields */ }