pub fn decode_text_to_element_value(
text: &str,
type_oid: i32,
) -> Result<ElementValue>Expand description
Decode text directly to ElementValue using the canonical mapping.
pub fn decode_text_to_element_value(
text: &str,
type_oid: i32,
) -> Result<ElementValue>Decode text directly to ElementValue using the canonical mapping.