Trait clingo::AstStatementHandler [] [src]

pub trait AstStatementHandler {
    fn on_statement<T>(&mut self, arg1: &AstStatement<T>) -> bool;
}

Required Methods

Callback function called on an ast statement while traversing the ast.

Returns whether the call was successful

Implementors