pub type RecipientResolver = Arc<dyn Fn(&CommerceEvent) -> Option<String> + Send + Sync>;
A function that resolves a commerce event to a recipient email address.
pub struct RecipientResolver { /* private fields */ }