Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
extra::ebml: Make reader::Res public
Since reader::vuint_at() returns a result of type reader::Res it makes sense to make it public. Due to rust's current behavior of externally referenced private structures, rust-lang#10573, you could still use the result and assign it to a variable if you let the compiler do the type assignment, but you could not explicitly annotate a variable to hold a reader::Res.
- Loading branch information