pub trait Lockable { type Locked; // Required method fn lock(self) -> Self::Locked; }
Explicitly lock a std::io::Writeable
std::io::Write
Get exclusive access to the AutoStream
AutoStream
Why?