Function idm::from_str

source · []
pub fn from_str<'a, T>(input: &'a str) -> Result<T>where
    T: Deserialize<'a>,