pub type ValidatorPtr = Arc<RwLock<Validator>>;
Atomic pointer to validator.
pub struct ValidatorPtr { /* private fields */ }