std::io::StderrLock

Struct std::io::StderrLock

pub struct StderrLock<'a> { /* fields omitted */ }

A locked reference to the Stderr handle.

This handle implements the Write trait and is constructed via the Stderr::lock method.

Trait Implementations

impl<'a> Write for StderrLock<'a> [src]

Write a buffer into this object, returning how many bytes were written. Read more

Flush this output stream, ensuring that all intermediately buffered contents reach their destination. Read more

Attempts to write an entire buffer into this write. Read more

Writes a formatted string into this writer, returning any error encountered. Read more

Creates a "by reference" adaptor for this instance of Write. Read more

impl<'a> Debug for StderrLock<'a>
1.16.0
[src]

Formats the value using the given formatter.

© 2010 The Rust Project Developers
Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
https://doc.rust-lang.org/std/io/struct.StderrLock.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部