Type Definition xsd_types::value::Long

source ·
pub type Long = i64;

Trait Implementations§

source§

impl ParseRdf for Long

§

type LexicalForm = Integer

source§

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

source§

impl XsdDatatype for Long

source§

fn type_(&self) -> Datatype

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

impl XsdLong for Long