Trait rio_api::formatter::TriplesFormatter
source · [−]pub trait TriplesFormatter {
type Error: Error;
fn format(&mut self, triple: &Triple<'_>) -> Result<(), Self::Error>;
}Expand description
A formatter for Triple.