tokio
1.41.1
In tokio::net::unix::pipe
Function
tokio
::
net
::
unix
::
pipe
::
has_write_access
Copy item path
source
ยท
[
−
]
fn has_write_access(flags:
c_int
) ->
bool
Expand description
Checks for
O_WRONLY
or
O_RDWR
access mode.