Enum ntriple::Subject
[−]
[src]
pub enum Subject { IriRef(String), BNode(String), }
Represents the subject part of a triple.
Variants
IriRef(String)
The unescaped lexical form of the IRI.
BNode(String)