trait FactCell {
    fn to_string(&self, location_table: &LocationTable) -> String;
}

Required Methods

Implementors