Type Alias xsd_types::value::UnsignedInt

source ·
pub type UnsignedInt = u32;

Trait Implementations§

source§

impl ParseXsd for UnsignedInt

source§

impl XsdUnsignedInt for UnsignedInt

source§

impl XsdValue for UnsignedInt

source§

fn datatype(&self) -> Datatype

Returns the XSD datatype that best describes the value.