Function write_triple

Source
pub fn write_triple<W, T>(w: &mut W, t: T) -> Result<()>
where W: Write, T: Triple,
Expand description

Write the given term into the given write in the N-Triples format.