pub fn from_str<'a, T>(s: &'a str) -> Result<T> where
    T: Deserialize<'a>, 
Expand description

Deserializes an instance of type T from a string of AT Response text