Function stderr [src]

Prototype

pub fn stderr() File

Source

pub fn stderr() File { return .{ .handle = if (is_windows) windows.peb().ProcessParameters.hStdError else posix.STDERR_FILENO }; }