Type Alias xsd_types::value::Boolean

source ·
pub type Boolean = bool;

Trait Implementations§

source§

impl ParseRdf for Boolean

§

type LexicalForm = Boolean

source§

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

source§

impl XsdDatatype for Boolean

source§

fn type_(&self) -> Datatype

Returns the XSD datatype that best describes the value.