Trait rio_api::formatter::TriplesFormatter[][src]

pub trait TriplesFormatter {
    type Error: Error;
    fn format(&mut self, triple: &Triple<'_>) -> Result<(), Self::Error>;
}

A formatter for Triple.

Associated Types

Loading content...

Required methods

fn format(&mut self, triple: &Triple<'_>) -> Result<(), Self::Error>[src]

Writes a triple

Loading content...

Implementors

Loading content...