Skip to main content

RejectionMapper

Type Alias RejectionMapper 

Source
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 */ }