Struct ntriple::Literal [] [src]

pub struct Literal {
    pub data: String,
    pub data_type: TypeLang,
}

Represents an RDF literal.

Fields

The literal part (e.g. This is a literal).

The type or language of the literal.

Trait Implementations

impl Debug for Literal
[src]

Formats the value using the given formatter.