pub type OwnedInStream<'a> = MutexGuard<'a, InStream>;
Type returned by get_stdin and get_data. It makes passing around the streams easier.
get_stdin
get_data
pub struct OwnedInStream<'a> { /* private fields */ }