Type Definition xsd_types::value::UnsignedLong

source ·
pub type UnsignedLong = u64;

Trait Implementations§

source§

impl ParseRdf for UnsignedLong

source§

impl XsdDatatype for UnsignedLong

source§

fn type_(&self) -> Datatype

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

impl XsdUnsignedLong for UnsignedLong