Type Alias xsd_types::value::Int

source ·
pub type Int = i32;

Trait Implementations§

source§

impl ParseRdf for Int

§

type LexicalForm = Integer

source§

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

source§

impl XsdDatatype for Int

source§

fn type_(&self) -> Datatype

Returns the XSD datatype that best describes the value.
source§

impl XsdInt for Int