Skip to content

Conversation

@SimonSapin
Copy link
Contributor

This allows users to use try!(File::open(…)) or other IO-related things in a function that also does XML parsing and returns xml::reader::Result.

See the added function in tests/event_reader.rs for an example.

SimonSapin added 3 commits May 5, 2016 08:01
This allows users to use `try!(File::open(…))` or other IO-related things
in a function that also does XML parsing and returns `xml::reader::Result`.

See the added function in `tests/event_reader.rs` for an example.
@netvl
Copy link
Owner

netvl commented May 5, 2016

Looks good, thanks!

@netvl netvl merged commit f5b31f3 into netvl:master May 5, 2016
@SimonSapin SimonSapin deleted the io-error branch May 5, 2016 09:01
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.

2 participants