Type Definition xsd_types::value::UnsignedInt

source ·
pub type UnsignedInt = u32;

Trait Implementations§

source§

impl ParseRdf for UnsignedInt

source§

impl XsdDatatype for UnsignedInt

source§

fn type_(&self) -> Datatype

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

impl XsdUnsignedInt for UnsignedInt