Enum ntriple::Predicate [] [src]

pub enum Predicate {
    IriRef(String),
}

Represents the predicate part of a triple.

Variants

The unescaped lexical form of the IRI.

Trait Implementations

impl Debug for Predicate
[src]

Formats the value using the given formatter.