pub trait TriplesFormatter { type Error: Error; // Required method fn format(&mut self, triple: &Triple<'_>) -> Result<(), Self::Error>; }
A formatter for Triple.
Triple
Writes a triple