Function write_term

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

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