pub fn verify<T>( token: &str, pub_pem_str: &str, options: VerifyOptions, ) -> Result<T, Error>where <T as FromStr>::Err: Display, T: FromStr,