pub type BoxedValidator = Box<dyn Validator + Send + Sync + 'static>;
struct BoxedValidator(/* private fields */);