[][src]Module sophia_term::literal::convert

Public exported by parent-module literal.

Structs

NativeLiteral

An RDF literal representation of a native value.

Traits

AsLiteral

A native datatype that converts to an RDF literal.

ConvertibleTerm

This trait is to TryConvertTerm what Into is to From. It is automatically implemented by any implementation of TTerm.

DataType

A native datatype that maps to an RDF datatype.

TryConvertTerm

A native datatype that can be constructed from an RDF literal.