Function rdftk_io::write_data_set_to_string[][src]

pub fn write_data_set_to_string(
    w: &impl DataSetWriter,
    data_set: &DataSetRef
) -> Result<String>
Expand description

A convenience function that will return a String containing the output of the NamedGraphWriter for the given NamedGraph instance.