[go: up one dir, main page]

Function sonic_rs::from_str

source ·
pub fn from_str<'a, T>(s: &'a str) -> Result<T>
where T: Deserialize<'a>,
Expand description

Deserialize an instance of type T from a string of JSON text.