Struct bitflags::__core::io::Chain [] [src]

pub struct Chain<T, U> {
    // some fields omitted
}
1.0.0
[]

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.