Enum ntriple::Subject [] [src]

pub enum Subject {
    IriRef(String),
    BNode(String),
}

Represents the subject part of a triple.

Variants

The unescaped lexical form of the IRI.

Trait Implementations

impl Debug for Subject
[src]

Formats the value using the given formatter.