☰
Result
Result
In rustix::io
Modules
epoll
Structs
DupFlags
Errno
EventfdFlags
IoSlice
IoSliceMut
OwnedFd
PipeFlags
PollFd
PollFlags
ReadWriteFlags
Enums
SeekFrom
Constants
PIPE_BUF
Functions
close
dup
dup2
dup3
eventfd
ioctl_blkpbszget
ioctl_blksszget
ioctl_fionbio
ioctl_fionread
ioctl_tiocexcl
ioctl_tiocnxcl
pipe
pipe_with
poll
pread
preadv
preadv2
pwrite
pwritev
pwritev2
raw_stderr
raw_stdin
raw_stdout
read
readv
retry_on_intr
stderr
stdin
stdout
take_stderr
take_stdin
take_stdout
write
writev
Type Definitions
Result
?
Type Definition
rustix
::
io
::
Result
source
·
[
−
]
pub type Result<T> =
Result
<T,
Errno
>;
Expand description
A specialized
Result
type for
rustix
APIs.