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

pub struct Empty {
    // some fields omitted
}
1.0.0
[]

A reader which is always at EOF.

This struct is generally created by calling empty(). Please see the documentation of empty() for more details.