Function crypto_util::parse::parse_nth_str [] [src]

pub fn parse_nth_str<T: FromStr>(event: &Value, index: usize) -> Result<T> where
    Error: From<<T as FromStr>::Err>,