Skip to main content

from_json

Function from_json 

Source
pub fn from_json<T>(input: &str) -> RUMResult<T>
where T: for<'a> RUMDeJson<'a>,