Trait SmtModelRef
pub trait SmtModelRef<'ctx, S: SmtSolver<'ctx>>: Debug {
// Required method
fn to_model(&self) -> Option<S::Model>;
}Expand description
Reference to SmtModel.
Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".