Enum skullrump::StreamFlow [] [src]

pub enum StreamFlow {
    Forward,
    Backward,
}

The direction the stream is reading in.

Variants