Type Alias xsd_types::value::Int

source ·
pub type Int = i32;

Trait Implementations§

source§

impl ParseXsd for Int

§

type LexicalForm = Integer

source§

fn parse_xsd(lexical_value: &str) -> ParseXsdResult<Self, Self::LexicalForm>

source§

impl XsdInt for Int

source§

impl XsdValue for Int

source§

fn datatype(&self) -> Datatype

Returns the XSD datatype that best describes the value.