Function crypto_util::parse::parse_str [] [src]

pub fn parse_str<T: FromStr>(value: &Value) -> Result<T> where
    Error: From<<T as FromStr>::Err>,