Type Definition xsd_types::value::Byte

source ·
pub type Byte = i8;

Trait Implementations§

source§

impl ParseRdf for Byte

§

type LexicalForm = Integer

source§

fn parse_rdf(lexical_value: &str) -> ParseRdfResult<Self, Self::LexicalForm>

source§

impl XsdDatatype for Byte

source§

fn type_(&self) -> Datatype

Returns the XSD datatype that best describes the value.