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

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