[][src]Struct sspds::smt::state_helpers::SmtPackageState

pub struct SmtPackageState<'a> { /* fields omitted */ }

packages state smt gen helper type

what do we need?

for that we need...

Implementations

impl<'a> SmtPackageState<'a>[src]

comp = mod_prf_game inst = multi_key

pub fn new(
    comp_name: &'a str,
    inst_name: &'a str,
    state: Vec<(String, Type)>
) -> SmtPackageState<'a>
[src]

pub fn smt_constructor(&self) -> SmtExpr[src]

pub fn smt_sort(&self) -> SmtExpr[src]

pub fn smt_accessor(&self, id: &str) -> SmtExpr[src]

pub fn smt_access(&self, id: &str, term: SmtExpr) -> SmtExpr[src]

pub fn smt_declare_datatype(&self) -> SmtExpr[src]

pub fn smt_set(&self, id: &str, new: &SmtExpr) -> SmtExpr[src]

Auto Trait Implementations

impl<'a> RefUnwindSafe for SmtPackageState<'a>

impl<'a> Send for SmtPackageState<'a>

impl<'a> Sync for SmtPackageState<'a>

impl<'a> Unpin for SmtPackageState<'a>

impl<'a> UnwindSafe for SmtPackageState<'a>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.