Z3_context

Type Alias Z3_context 

Source
pub type Z3_context = NonNull<_Z3_context>;
Expand description

Manager of all other Z3 objects, global configuration options, etc.

Aliased Typeยง

pub struct Z3_context { /* private fields */ }