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()`chain()` on a reader.
Please see the documentation of chain()`chain()` for more details.