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

Location information for Types #24

Open
sertel opened this issue Nov 18, 2019 · 0 comments
Open

Location information for Types #24

sertel opened this issue Nov 18, 2019 · 0 comments

Comments

@sertel
Copy link
Contributor

sertel commented Nov 18, 2019

Hi,

Is there any possibility to access the location information for a type?
I'm doing roughly the following:

fn_entity
  .get_type().unwrap()
  .get_argument_types().unwrap()
  .into_iter()
  .for_each(|t:Type| {
    // get location information for 'type' here
  })

Thanks a lot,
Sebastian.

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