[][src]Module streamcatcher::future

Support types for AsyncRead/AsyncSeek compatible stream buffers. Requires the "async" feature.

Structs

LoadAll

Future returned by TxCatcher::load_all_async.

Traits

AsyncReadSkipExt

Async variant of ReadSkipExt.

AsyncTransform

Async variant of Transform.