Enum ntriple::TypeLang [] [src]

pub enum TypeLang {
    Lang(String),
    Type(String),
}

Represents either a type or a language.

Variants

a language tag (e.g. nl-be).

a type reference (e.g. https://www.w3.org/2001/XMLSchema#float).

Trait Implementations

impl Debug for TypeLang
[src]

Formats the value using the given formatter.