Skip to main content

from_str

Function from_str 

Source
pub fn from_str<'de, T: NsonDeserialize<'de>>(s: &'de str) -> Result<T>
Expand description

Deserialize from a &str. The 'de lifetime allows types to borrow input.