Struct std::io::StdoutLock 1.0.0[−][src]
pub struct StdoutLock<'a> { /* fields omitted */ }
Expand description
Stdout
句柄的锁定引用。
该句柄实现 Write
trait,并通过 Stdout::lock
方法构造。
有关更多信息,请参见其文档。
Note: Windows 可移植性注意事项
在控制台中操作时,此流的 Windows 实现不支持非 UTF-8 字节序列。
尝试写入无效的 UTF-8 字节将返回错误。
Trait Implementations
This is supported on Unix only.
This is supported on WASI only.
This is supported on Windows only.
提取原始句柄,无需任何所有权。
将格式化的字符串写入此 writer,返回遇到的任何错误。 Read more