Trait rdftk_io::GraphReader[][src]

pub trait GraphReader {
    fn read(
        &self,
        r: &mut impl Read,
        factory: GraphFactoryRef
    ) -> Result<GraphRef>; }
Expand description

Read an entire Graph from the provided implementation of Read.

Required methods

Read a graph from the read implementation r.

Implementors