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

Add a Result alias to allow for an easier use in lib users #72

Merged
merged 1 commit into from
Jun 4, 2016

Conversation

julienw
Copy link
Contributor

@julienw julienw commented Jun 3, 2016

No description provided.

@julienw
Copy link
Contributor Author

julienw commented Jun 3, 2016

This makes it easier to return a result with this error by returning notify::Result<RecommendedWatcher>. instead of Result<RecommendedWatcher, notify::Error>. Like fmt::Result or io::Result.

@passcod passcod merged commit 075467d into notify-rs:master Jun 4, 2016
@passcod passcod added this to the 2.6.0 milestone Jun 5, 2016
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

Successfully merging this pull request may close these issues.

None yet

2 participants