[][src]Function rtdlib::types::from_json

pub fn from_json<'a, T>(json: &'a str) -> RTDResult<T> where
    T: Deserialize<'a>,