Trait datalog::writer::Writer [] [src]

pub trait Writer {
    fn add(&mut self, _: Stmt) -> Result<(), Error>;
}

Required Methods

Implementors