[][src]Trait rdftk_io::GraphReader

pub trait GraphReader {
    fn read<G: Graph>(&self, r: &mut impl Read) -> Result<Rc<G>>;
}

Read an entire Graph from the provided implementation of Read.

Required methods

fn read<G: Graph>(&self, r: &mut impl Read) -> Result<Rc<G>>

Loading content...

Implementors

Loading content...