Struct chelone::Graph [] [src]

pub struct Graph<'a> { /* fields omitted */ }

Graph parser.

Methods

impl<'a> Graph<'a>
[src]

[src]

Creates a new Graph from the turtle source.

[src]

Sets the initial base url to resolve relative urls against.

[src]

Parse graph into a set of Triples.

Trait Implementations

impl<'a> Debug for Graph<'a>
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> !Send for Graph<'a>

impl<'a> !Sync for Graph<'a>