WithDispatch::inner
and WithDispatch::inner_mut
methods to allow borrowing the wrapped type (#589)WithDispatch::with_dispatch
method, to propagate the subscriber to another type (#589)inner_pin_ref
and inner_pin_mut
methods to Instrumented
and WithDispatch
to project to the inner future when pinned (#590)futures
0.3 Stream
s and Sink
s (#544)futures-03
feature (#576)Thanks to @obergner and @najamelan for their contributions to this release!
no_std
support (#498)Future
implementation comes from the std-future
feature. Compatibility with futures v0.1 is available via the futures-01
feature.Instrumented::inner
and inner_mut
methods that expose access to the instrumented future (#386)