Type Definition xsd_types::value::String

source ·
pub type String = String;

Trait Implementations§

source§

impl ParseRdf for String

§

type LexicalForm = str

source§

fn parse_rdf(lexical_value: &str) -> ParseRdfResult<Self, Self::LexicalForm>

source§

impl XsdDatatype for String

source§

fn type_(&self) -> Datatype

Returns the XSD datatype that best describes the value.