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

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

A formatter for Triple.

Associated Types

type Error: Error

Loading content...

Required methods

fn format(&mut self, triple: &Triple) -> Result<(), Self::Error>

Writes a triple

Loading content...

Implementors

Loading content...