ReceiptCheck

Type Alias ReceiptCheck 

Source
pub type ReceiptCheck<Rcpt> = Arc<dyn Check<Rcpt> + Sync + Send>;
Expand description

ReceiptCheck is a type alias for an Arc of a struct that implements the Check trait.

Aliased Typeยง

pub struct ReceiptCheck<Rcpt> { /* private fields */ }