Skip to main content

from_str

Function from_str 

Source
pub fn from_str<'de, T>(json: &'de str) -> Result<T, OakError>
where T: Deserialize<'de>,
Expand description

Deserializes a JSON string into a Rust type.