Skip to main content

from_str

Function from_str 

Source
pub fn from_str(text: &str, ty: &Type) -> Result<Value, Error>
Expand description

Decode a JSON document (string) into a stmt::Value of type ty.