Type Definition xsd_types::value::Int

source ·
pub type Int = i32;

Trait Implementations§

source§

impl XsdDatatype for Int

source§

fn type_(&self) -> Datatype

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

impl XsdInt for Int