Struct smt2patch::Rewriter[][src]

pub struct Rewriter { /* fields omitted */ }

State of the SMT2 rewriter.

Implementations

impl Rewriter[src]

pub fn new(config: RewriterConfig, discarded_options: HashSet<String>) -> Self[src]

Trait Implementations

impl Debug for Rewriter[src]

impl Rewriter for Rewriter[src]

type V = SyntaxBuilder

Auto Trait Implementations

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<R, V> ConstantVisitor for R where
    V: Smt2Visitor,
    R: Rewriter<V = V>, 
[src]

type T = <V as Smt2Visitor>::Constant

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

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

impl<R, V> KeywordVisitor for R where
    V: Smt2Visitor,
    R: Rewriter<V = V>, 
[src]

type T = <V as Smt2Visitor>::Keyword

impl<R, V> Smt2Visitor for R where
    V: Smt2Visitor,
    R: Rewriter<V = V>, 
[src]

type Constant = <V as Smt2Visitor>::Constant

type QualIdentifier = <V as Smt2Visitor>::QualIdentifier

type Keyword = <V as Smt2Visitor>::Keyword

type Sort = <V as Smt2Visitor>::Sort

type SExpr = <V as Smt2Visitor>::SExpr

type Symbol = <V as Smt2Visitor>::Symbol

type Term = <V as Smt2Visitor>::Term

type Command = <V as Smt2Visitor>::Command

impl<R, V> SymbolVisitor for R where
    V: Smt2Visitor,
    R: Rewriter<V = V>, 
[src]

type T = <V as Smt2Visitor>::Symbol

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.