Impl Interpolator for &mut (impl Iterator).#104
Impl Interpolator for &mut (impl Iterator).#104quadrupleslap wants to merge 1 commit intoRustAudio:masterfrom quadrupleslap:master
Conversation
|
Yeah, right now Instead, maybe the advantage of this is that it would let you use the same backing buffer for multiple Anyway, this could technically be a breaking change if a downstream crate has an overlapping implementation, and you'd have the conflicting impls error. IDK where that falls on the semver hierarchy, but it's a perfectly wonderful contribution either way IMO. Thanks! |
|
Looks fine to add to me! @andrewcsmith I don't think this is a breaking change as I don't think a user can implement For some reason travis failed on nightly, running the build again to make sure travis can finish successfully before merging. |
|
Ahh, looks like this is legitimately failing to compile in the |
|
This branch has conflicts that must be resolved |
Wouldn't you usually want to keep the state across interpolate calls?
This isn't a breaking change afaik.