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

Implement std::error::FromError<byteorder::Error> for std::io::Error #9

Merged
merged 1 commit into from
Feb 23, 2015
Merged

Conversation

blackbeam
Copy link
Contributor

No description provided.

BurntSushi added a commit that referenced this pull request Feb 23, 2015
Implement `std::error::FromError<byteorder::Error>` for `std::io::Error`
@BurntSushi BurntSushi merged commit d9259c1 into BurntSushi:master Feb 23, 2015
@BurntSushi
Copy link
Owner

I admit, this is a little strange (because there is a FromError impl that converts an io::Error to a byteorder::Error), but I can definitely see how it might be ergonomic if you don't want to define your own error type.

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