trait FactRow {
    fn write(
        &self,
        out: &mut dyn Write,
        location_table: &LocationTable
    ) -> Result<(), Box<dyn Error>>; }

Required Methods

Implementations on Foreign Types

Implementors