pub type NullEmulator = Arc<dyn CTVEmulator>;
Expand description

A wrapper for an optional internal emulator trait object. If no emulator is provided, then it defaults to using actual CheckTemplateVerify Clauses.

Aliased Type§

struct NullEmulator { /* private fields */ }