String

Type Alias String 

Source
pub type String = String;

Aliased Type§

pub struct String { /* private fields */ }

Trait Implementations§

Source§

impl ParseXsd for String

Source§

type LexicalForm = str

Source§

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

Source§

impl XsdValue for String

Source§

fn datatype(&self) -> Datatype

Returns the XSD datatype that best describes the value.