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 discontiguous point maps on the server #36

Closed
jadamcrain opened this issue Sep 5, 2020 · 1 comment
Closed

Support discontiguous point maps on the server #36

jadamcrain opened this issue Sep 5, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@jadamcrain
Copy link
Member

jadamcrain commented Sep 5, 2020

Will require refactoring the Handler trait to retrieve one value at a time, returning Option<bool> or Option<u16>. The good news is that this would remove the lifetimes from all return values which made using "Service" traits difficult.

@jadamcrain jadamcrain added the enhancement New feature or request label Sep 5, 2020
@jadamcrain jadamcrain self-assigned this Sep 5, 2020
@jadamcrain
Copy link
Member Author

this was implemented in #37

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

No branches or pull requests

1 participant