pub type DynVerifier = Arc<dyn Verifier + Send + Sync + 'static>;
Trait-object Verifier.
pub struct DynVerifier { /* private fields */ }
true