Function kitab::rdf::write

source · []
pub fn write(entry: &MetaData, w: impl Write) -> Result<usize, Error>
Expand description

Write metadata entry in the native rdf-turtle format.

On success, returns the number of bytes written.

Arguments

  • entry - metadata to write.
  • w - writer implementation providing the destination.