Type Alias xsd_types::value::Byte

source ·
pub type Byte = i8;

Trait Implementations§

source§

impl ParseXsd for Byte

§

type LexicalForm = Integer

source§

fn parse_xsd(lexical_value: &str) -> ParseXsdResult<Self, Self::LexicalForm>

source§

impl XsdValue for Byte

source§

fn datatype(&self) -> Datatype

Returns the XSD datatype that best describes the value.