Type Definition xsd_types::value::Boolean

source ·
pub type Boolean = bool;

Trait Implementations§

source§

impl XsdDatatype for Boolean

source§

fn type_(&self) -> Datatype

Returns the XSD datatype that best describes the value.