Trait synthizer::Stream[][src]

pub trait Stream: Read + CloseStream + Send + 'static { }
Expand description

Marker trait for types which implement non-seekable streams.

A blanket impl is provided for anything implementing the supertraits.

Implementors