Function raw_stdin
Source pub const fn raw_stdin() -> RawFd
Available on crate feature stdio
only.
Expand description
STDIN_FILENO
—Standard input, raw.
This is similar to stdin
, however it returns a RawFd
.
§Other hazards
This has the same hazards as stdin
.
§References