Type Definition xsd_types::value::UnsignedShort

source ·
pub type UnsignedShort = u16;

Trait Implementations§

source§

impl XsdDatatype for UnsignedShort

source§

fn type_(&self) -> Datatype

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

impl XsdUnsignedShort for UnsignedShort