Struct std::io::Chain
[−]
[src]
pub struct Chain<T, U> { // some fields omitted }
Adaptor to chain together two readers.
This struct is generally created by calling chain()
on a reader.
Please see the documentation of chain()
for more details.