Struct trivial_verifier::mmb_visitor::MmbVisitor[][src]

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

Implementations

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

pub fn new() -> MmbVisitor<'a>[src]

pub fn into_table(self) -> (Table_, StatementIter)[src]

pub fn into_table_owned(self) -> (Table_, StatementOwned)[src]

Trait Implementations

impl<'a> Visitor<'a> for MmbVisitor<'a>[src]

type Binder = Var_

type Sort = Sort_

type Statement = Statement

type Proof = ProofCommands

type Unify = UnifyCommands

Auto Trait Implementations

impl<'a> RefUnwindSafe for MmbVisitor<'a>

impl<'a> Send for MmbVisitor<'a>

impl<'a> Sync for MmbVisitor<'a>

impl<'a> Unpin for MmbVisitor<'a>

impl<'a> UnwindSafe for MmbVisitor<'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.