pub trait StreamInLock: Read + BufRead { }
Expand description

A locked reference to StreamIn

Implementors