Type Alias xsd_types::value::Long

source ·
pub type Long = i64;

Trait Implementations§

source§

impl ParseXsd for Long

§

type LexicalForm = Integer

source§

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

source§

impl XsdLong for Long

source§

impl XsdValue for Long

source§

fn datatype(&self) -> Datatype

Returns the XSD datatype that best describes the value.