Trait anstyle_stream::Lockable
source · pub trait Lockable {
type Locked;
// Required method
fn lock(&self) -> Self::Locked;
}Expand description
Explicitly lock a std::io::Writeable
pub trait Lockable {
type Locked;
// Required method
fn lock(&self) -> Self::Locked;
}Explicitly lock a std::io::Writeable