Trait smt2parser::visitors::KeywordVisitor[][src]

pub trait KeywordVisitor {
    type T;
    type E;
    fn visit_keyword(&mut self, value: String) -> Result<Self::T, Self::E>;
}

Associated Types

Required methods

Implementors