OwnedInStream

Type Alias OwnedInStream 

Source
pub type OwnedInStream<'a> = MutexGuard<'a, InStream>;
Expand description

Type returned by get_stdin and get_data. It makes passing around the streams easier.

Aliased Typeยง

pub struct OwnedInStream<'a> { /* private fields */ }