Type Definition xsd_types::value::UnsignedByte

source ·
pub type UnsignedByte = u8;

Trait Implementations§

source§

impl XsdDatatype for UnsignedByte

source§

fn type_(&self) -> Datatype

Returns the XSD datatype that best describes the value.