Skip to main content

RecipientResolver

Type Alias RecipientResolver 

Source
pub type RecipientResolver = Arc<dyn Fn(&CommerceEvent) -> Option<String> + Send + Sync>;
Expand description

A function that resolves a commerce event to a recipient email address.

Aliased Typeยง

pub struct RecipientResolver { /* private fields */ }