Type Definition xsd_types::value::Short

source ·
pub type Short = i16;

Trait Implementations§

source§

impl XsdDatatype for Short

source§

fn type_(&self) -> Datatype

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

impl XsdShort for Short