resets too

This commit is contained in:
Oliver Gould
2017-07-17 08:18:38 +00:00
parent 76cb8e15fd
commit fb4f0bc5af
16 changed files with 296 additions and 91 deletions

View File

@@ -103,6 +103,10 @@ impl<T: ControlStreams> ControlStreams for Settings<T> {
fn streams_mut(&mut self) -> &mut StreamMap {
self.inner.streams_mut()
}
fn stream_is_reset(&self, id: StreamId) -> bool {
self.inner.stream_is_reset(id)
}
}
impl<T: ControlFlow> ControlFlow for Settings<T> {