Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for lifetimed struct #359

Open
NavyaZaveri opened this issue May 26, 2019 · 0 comments
Open

Support for lifetimed struct #359

NavyaZaveri opened this issue May 26, 2019 · 0 comments

Comments

@NavyaZaveri
Copy link

NavyaZaveri commented May 26, 2019

I'm trying to use the ElasticType macro against a struct parameterized on a lifetime, like so:

#[derive(ElasticType, Serialize, Deserialize)]
pub struct Xkcd<'a> {
       link: &'a str
}

This throws an error:

#[derive(ElasticType, Serialize, Deserialize)]
 |       ^^^^^^^^^^^ expected lifetime parameter

As far as I'm aware, Rust doesn't have any semantics for parameterizing macros. If a fix isn't possible, It would be more useful to see an error message stating it's not possible to use ElasticType on a lifetimed struct.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant