Function dia_args::lock_write_err[][src]

pub fn lock_write_err<B>(bytes: B) -> Result<()> where
    B: AsRef<[u8]>, 

Locks stderr and writes to it

The function will flush stderr when done.