Struct std::io::ChainAdapter

struct ChainAdapter<R1, R2> { ... }
R1: Readable<R1>
R2: Readable<R2>

Adapter for a pair of streams that chains them together.

See chain extension method.

Fields

Methods

impl ChainAdapter<R1, R2> { ... }
R1: Readable<R1>
R2: Readable<R2>

Mixins

impl ChainAdapter<R1, R2> { ... }
R1: Readable<R1>
R2: Readable<R2>