Function sgx_tstd::io::stdout [−][src]
pub fn stdout() -> Stdout
Constructs a new handle to the standard output of the current process.
Each handle returned is a reference to a shared global buffer whose access is synchronized via a mutex. If you need more explicit control over locking, see the Stdout::lock method.